Differences between version 2 and previous revision of AccessControlLists.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, August 6, 2003 11:24:06 am | by JeeKay | Revert |
Older page: | version 1 | Last edited on Wednesday, August 6, 2003 11:15:37 am | by JeeKay | Revert |
@@ -4,11 +4,23 @@
Techies need read/write to a directory. Marketing needs read. Joe needs full access.
This is an impossible scenario with classic owner/group/others permissions. You can't have two groups that need two different permissions. With ACLs you can!
+
+!!Requirements
The basics for using ACLs on ext2/3 partitions is:
* Having a patched kernel to allow it
* Having the ACL utilities
* Having a slightly modified version of fileutils.
-It is also important to have a recent version of e2fsck otherwise it'll cnut
your ACLs.
+It is also important to have a recent version of e2fsck otherwise it'll screw up
your ACLs.
+
+!!Kernel bits
+Now!
+With the patched kernel, the appropriate options are (in menuconfig):
+File systems->POSIX Access Control Lists
+File systems->Ext3 journalling file system support
+File systems->Ext3 journalling file system support->Ext3 extended attributes
+File systems->Ext3 journalling file system support->Ext3 extended attributes->Ext3 POSIX Access Control Lists
+
+If you use ext2, do the same for `Second extended fs support' a bit lower down
.