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
1 changed files with 1 additions and 0 deletions

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