Changeset 2a9b0c3


Ignore:
Timestamp:
03/15/2020 05:15:28 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
20e3fcd
Parents:
94fc75e
Message:

Remove envars before the SUDO phase
This is to allow root to execute ": > envars". On a non empty envars
owned by lfs, in a directory world writable with sticky bit and not owned
by lfs, this may be forbiden by the fs/protected_regular sysctl.
See https://www.kernel.org/doc/Documentation/sysctl/fs.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r94fc75e r2a9b0c3  
    492492
    493493mk_SUDO: mk_LUSER
     494        @sudo rm envars
    494495        @sudo make BREAKPOINT=\$(BREAKPOINT) SUDO
    495496        @touch \$@
Note: See TracChangeset for help on using the changeset viewer.