Merge pull request #6296 from nckx/add-kernel-config
Enable kernel configuration option FANOTIFY
This commit is contained in:
commit
e783edc72e
|
@ -49,7 +49,6 @@ with stdenv.lib;
|
||||||
NUMA? y
|
NUMA? y
|
||||||
|
|
||||||
# Disable some expensive (?) features.
|
# Disable some expensive (?) features.
|
||||||
FTRACE n
|
|
||||||
KPROBES n
|
KPROBES n
|
||||||
PM_TRACE_RTC n
|
PM_TRACE_RTC n
|
||||||
|
|
||||||
|
@ -148,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