- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/docs-xml/Samba3-HOWTO/TOSHARG-AccessControls.xml
r414 r745 490 490 <para> 491 491 <indexterm><primary>extended attributes</primary></indexterm> 492 <indexterm><primary>immut ible</primary></indexterm>492 <indexterm><primary>immutable</primary></indexterm> 493 493 <indexterm><primary>chattr</primary></indexterm> 494 494 <indexterm><primary>CAP_LINUX_IMMUTABLE</primary></indexterm> 495 495 The specific semantics of the extended attributes are not consistent across UNIX and UNIX-like systems such as Linux. 496 496 For example, it is possible on some implementations of the extended attributes to set a flag that prevents the directory 497 or file from being deleted. The extended attribute that may achieve this is called the <constant>immut ible</constant> bit.498 Unfortunately, the implementation of the immut ible flag is NOT consistent with published documentation. For example, the497 or file from being deleted. The extended attribute that may achieve this is called the <constant>immutable</constant> bit. 498 Unfortunately, the implementation of the immutable flag is NOT consistent with published documentation. For example, the 499 499 man page for the <command>chattr</command> on SUSE Linux 9.2 says: 500 500 <screen> … … 504 504 CAP_LINUX_IMMUTABLE capability can set or clear this attribute. 505 505 </screen> 506 A simple test can be done to check if the immut ible flag is supported on files in the file system of the Samba host506 A simple test can be done to check if the immutable flag is supported on files in the file system of the Samba host 507 507 server. 508 508 </para> … … 527 527 mystic:/home/hannibal > rm filename 528 528 </screen> 529 It will not be possible to delete the file if the immut ible flag is correctly honored.529 It will not be possible to delete the file if the immutable flag is correctly honored. 530 530 </para></step> 531 531 </procedure> 532 532 533 533 <para> 534 On operating systems and file system types that support the immut ible bit, it is possible to create directories534 On operating systems and file system types that support the immutable bit, it is possible to create directories 535 535 that cannot be deleted. Check the man page on your particular host system to determine whether or not 536 536 immutable directories are writable. If they are not, then the entire directory and its contents will effectively … … 874 874 <indexterm><primary>Computer Management</primary></indexterm> 875 875 At this time Samba does not provide a tool for configuring access control settings on the share 876 itself the only way to create those settings is to use either the NT4 Server Manager or the Windows 200x876 itself. The only way to create those settings is to use either the NT4 Server Manager or the Windows 200x 877 877 Microsoft Management Console (MMC) for Computer Management. There are currently no plans to provide 878 878 this capability in the Samba command-line tool set.
Note:
See TracChangeset
for help on using the changeset viewer.