Merge pull request #6296 from nckx/add-kernel-config

Enable kernel configuration option FANOTIFY
This commit is contained in:
Eelco Dolstra 2015-02-13 13:32:48 +01:00
commit e783edc72e

View file

@ -49,7 +49,6 @@ with stdenv.lib;
NUMA? y
# Disable some expensive (?) features.
FTRACE n
KPROBES n
PM_TRACE_RTC n
@ -148,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