Changeset a6bba28d for chroot/common
- Timestamp:
- Jul 8, 2006, 9:09:05 AM (18 years ago)
- Children:
- 609d2f1
- Parents:
- 4deac5ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chroot/common/creatingdirs.xml
r4deac5ac ra6bba28d 33 33 xpointer="xpointer(//*[@os='c'])"/> 34 34 35 <para os="d">The first mode change ensures that not just anybody can enter 36 the <filename class="directory">/root</filename> directory—the 37 same as a normal user would do with his or her home directory. The 38 second mode change makes sure that any user can write to the 39 <filename class="directory">/tmp</filename> and 40 <filename class="directory">/var/tmp</filename> directories, but 41 cannot remove another user's files from them. The latter is prohibited 42 by the so-called <quote>sticky bit,</quote> the highest bit (1) in the 43 1777 bit mask.</para> 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 36 href="../../boot/common/creatingdirs.xml" 37 xpointer="xpointer(//*[@os='d'])"/> 44 38 45 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.