kernel config: Ensure SECCOMP_FILTER is enabled
As noted in a97db109a2
, SECCOMP_FILTER must be enabled or systemd gets
very unhappy.
This commit is contained in:
parent
cb93b34999
commit
74ecbbe4e3
@ -342,6 +342,7 @@ with stdenv.lib;
|
||||
CGROUPS y # used by systemd
|
||||
FHANDLE y # used by systemd
|
||||
SECCOMP y # used by systemd >= 231
|
||||
SECCOMP_FILTER y # ditto
|
||||
POSIX_MQUEUE y
|
||||
FRONTSWAP y
|
||||
FUSION y # Fusion MPT device support
|
||||
|
Loading…
Reference in New Issue
Block a user