diff options
author | Felipe Sateler <fsateler@gmail.com> | 2016-09-05 19:16:13 -0300 |
---|---|---|
committer | Felipe Sateler <fsateler@gmail.com> | 2016-09-06 20:25:49 -0300 |
commit | fd74fa791f95433ac52520764b67e6fb4bda2c0e (patch) | |
tree | 5ac8a407c10f16e024b07a92a1d14f89b43244c5 | |
parent | 1cec406d62f00a7642c94834010a60548ae99d96 (diff) | |
download | systemd-fd74fa791f95433ac52520764b67e6fb4bda2c0e.tar.gz |
README: document that CONFIG_SECCOMP_FILTER is required for SECCOMP support
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ REQUIREMENTS: CONFIG_TMPFS_XATTR CONFIG_{TMPFS,EXT4,XFS,BTRFS_FS,...}_POSIX_ACL CONFIG_SECCOMP + CONFIG_SECCOMP_FILTER (required for seccomp support) CONFIG_CHECKPOINT_RESTORE (for the kcmp() syscall) Required for CPUShares= in resource control unit settings |