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
|
# Filesystem options - in particular, enable extended attributes and
|
||||||
# ACLs for all filesystems that support them.
|
# ACLs for all filesystems that support them.
|
||||||
|
FANOTIFY y
|
||||||
EXT2_FS_XATTR y
|
EXT2_FS_XATTR y
|
||||||
EXT2_FS_POSIX_ACL y
|
EXT2_FS_POSIX_ACL y
|
||||||
EXT2_FS_SECURITY y
|
EXT2_FS_SECURITY y
|
||||||
|
|
Loading…
Reference in New Issue