From: Felipe Sateler Date: Mon, 5 Sep 2016 22:16:13 +0000 (-0300) Subject: README: document that CONFIG_SECCOMP_FILTER is required for SECCOMP support X-Git-Tag: upstream/v231~34^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd74fa791f95433ac52520764b67e6fb4bda2c0e;p=platform%2Fupstream%2Fsystemd.git README: document that CONFIG_SECCOMP_FILTER is required for SECCOMP support --- diff --git a/README b/README index 19c15a7..fb6fd63 100644 --- a/README +++ b/README @@ -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