3
0
Fork 0
forked from mirrors/nixpkgs

kernel: common-config.nix: enable FANOTIFY

This commit is contained in:
Tobias Geerinckx-Rice 2015-02-12 19:39:44 +01:00
parent a5c072a610
commit a43db5fa20

View file

@ -147,6 +147,7 @@ with stdenv.lib;
# Filesystem options - in particular, enable extended attributes and
# ACLs for all filesystems that support them.
FANOTIFY y
EXT2_FS_XATTR y
EXT2_FS_POSIX_ACL y
EXT2_FS_SECURITY y