forked from mirrors/nixpkgs
kernel: common-config.nix: enable FANOTIFY
This commit is contained in:
parent
a5c072a610
commit
a43db5fa20
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue