3
0
Fork 0
forked from mirrors/nixpkgs

linux: Enable ACLs in ext3

http://hydra.nixos.org/build/13462892
This commit is contained in:
Eelco Dolstra 2014-08-18 14:33:09 +02:00
parent 7c4591d010
commit e4752d7877

View file

@ -141,8 +141,10 @@ with stdenv.lib;
# ACLs for all filesystems that support them.
EXT2_FS_XATTR y
EXT2_FS_POSIX_ACL y
EXT2_FS_SECURITY y # Ext2 Security Labels
EXT2_FS_SECURITY y
EXT2_FS_XIP y # Ext2 execute in place support
EXT3_FS_POSIX_ACL y
EXT3_FS_SECURITY y
EXT4_FS_POSIX_ACL y
EXT4_FS_SECURITY y
REISERFS_FS_XATTR? y