diff options
author | des <des@FreeBSD.org> | 1998-05-16 14:08:31 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-05-16 14:08:31 +0000 |
commit | b252ced9b53ddf2305513e2e0e8fb8ee01a7800a (patch) | |
tree | e169487d5bd04d8aa141758f92f1384719f4230d /sys/i386/conf | |
parent | 1ec8848ea498015b3c28b8f070f920c623d59363 (diff) | |
download | FreeBSD-src-b252ced9b53ddf2305513e2e0e8fb8ee01a7800a.zip FreeBSD-src-b252ced9b53ddf2305513e2e0e8fb8ee01a7800a.tar.gz |
Typo nits in SUIDDIR comment (removed some parentheses, moved some
commas, replaced "partition" with "filesystem", reformatted the
paragraph)
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/LINT | 25 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 25 |
2 files changed, 26 insertions, 24 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 76c69c6..674d118 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.428 1998/04/22 18:18:16 mjacob Exp $ +# $Id: LINT,v 1.429 1998/04/29 17:09:41 andreas Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -510,17 +510,18 @@ options QUOTA #enable disk quotas # The number is supposed to be in seconds. options "CD9660_ROOTDELAY=20" -# If you are running a machine just as a fileserver for PC and MAC users. -# (using SAMBA or Netatalk), then you may consider setting this option -# and keeping all those user's directories on a partition that is mounted -# with the suiddir option. This gives new files the same ownership as -# the directory (similiar to group). It's a security hole if you let -# these users run programs so confine it to file-servers, (but it'll save you -# lots of headaches in that case). Root owned directories are excempt and X bits -# are cleared. the suid bit must be set on the directory as well. see chmod(1) -# PC owners can't see/set ownerships so they keep getting their toes -# trodden on. This saves you all the support calls as the filesystem -# it's used on will act as they expect. ("It's my dir so it must be my file"). +# If you are running a machine just as a fileserver for PC and MAC +# users, using SAMBA or Netatalk, you may consider setting this option +# and keeping all those users' directories on a filesystem that is +# mounted with the suiddir option. This gives new files the same +# ownership as the directory (similiar to group). It's a security hole +# if you let these users run programs so, confine it to file-servers +# (but it'll save you lots of headaches in those cases). Root owned +# directories are exempt and X bits are cleared. The suid bit must be +# set on the directory as well; see chmod(1) PC owners can't see/set +# ownerships so they keep getting their toes trodden on. This saves +# you all the support calls as the filesystem it's used on will act as +# they expect: "It's my dir so it must be my file". # options SUIDDIR diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 76c69c6..674d118 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.428 1998/04/22 18:18:16 mjacob Exp $ +# $Id: LINT,v 1.429 1998/04/29 17:09:41 andreas Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -510,17 +510,18 @@ options QUOTA #enable disk quotas # The number is supposed to be in seconds. options "CD9660_ROOTDELAY=20" -# If you are running a machine just as a fileserver for PC and MAC users. -# (using SAMBA or Netatalk), then you may consider setting this option -# and keeping all those user's directories on a partition that is mounted -# with the suiddir option. This gives new files the same ownership as -# the directory (similiar to group). It's a security hole if you let -# these users run programs so confine it to file-servers, (but it'll save you -# lots of headaches in that case). Root owned directories are excempt and X bits -# are cleared. the suid bit must be set on the directory as well. see chmod(1) -# PC owners can't see/set ownerships so they keep getting their toes -# trodden on. This saves you all the support calls as the filesystem -# it's used on will act as they expect. ("It's my dir so it must be my file"). +# If you are running a machine just as a fileserver for PC and MAC +# users, using SAMBA or Netatalk, you may consider setting this option +# and keeping all those users' directories on a filesystem that is +# mounted with the suiddir option. This gives new files the same +# ownership as the directory (similiar to group). It's a security hole +# if you let these users run programs so, confine it to file-servers +# (but it'll save you lots of headaches in those cases). Root owned +# directories are exempt and X bits are cleared. The suid bit must be +# set on the directory as well; see chmod(1) PC owners can't see/set +# ownerships so they keep getting their toes trodden on. This saves +# you all the support calls as the filesystem it's used on will act as +# they expect: "It's my dir so it must be my file". # options SUIDDIR |