diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-27 14:49:28 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-02-27 14:49:28 +0000 |
commit | ae11e83e815c5fca9fb0098bfdee551274c1d079 (patch) | |
tree | daa3758758ff83a5f82162e3507e8ccc03278f87 /chapter06/make-inst.xml | |
parent | fde8d24b122f42d25debb2af2443e7b625d77e2a (diff) |
Added commands to remove setgid kmem from /usr/bin/make
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/make-inst.xml')
-rw-r--r-- | chapter06/make-inst.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/make-inst.xml b/chapter06/make-inst.xml index 64a952a4c..02cce215e 100644 --- a/chapter06/make-inst.xml +++ b/chapter06/make-inst.xml @@ -5,7 +5,9 @@ <para><screen><userinput>./configure --prefix=/usr && make && -make install</userinput></screen></para> +make install && +chgrp root /usr/bin/make && +chmod 755 /usr/bin/make</userinput></screen></para> </sect2> |