Commit 4a3d3140 authored by Somesh Bhalsing's avatar Somesh Bhalsing Committed by Brad Davidson

fix: move CONFIG_SECCOMP to generally necessary category in check-config command

Signed-off-by: 's avatarSomesh Bhalsing <somesh.bhalsing@gmail.com> (cherry picked from commit 6131ea15) Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 0123137a
......@@ -386,7 +386,7 @@ fi
flags="
NAMESPACES NET_NS PID_NS IPC_NS UTS_NS
CGROUPS CGROUP_PIDS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED CPUSETS MEMCG
KEYS
SECCOMP KEYS
VETH BRIDGE BRIDGE_NETFILTER
IP_NF_FILTER IP_NF_TARGET_MASQUERADE IP_NF_TARGET_REJECT
NETFILTER_XT_MATCH_ADDRTYPE NETFILTER_XT_MATCH_CONNTRACK NETFILTER_XT_MATCH_IPVS NETFILTER_XT_MATCH_COMMENT NETFILTER_XT_MATCH_MULTIPORT
......@@ -406,9 +406,6 @@ echo 'Optional Features:'
check_flags USER_NS
check_distro_userns
}
{
check_flags SECCOMP
}
# {
# check_flags MEMCG_SWAP MEMCG_SWAP_ENABLED
# if [ -e /sys/fs/cgroup/memory/memory.memsw.limit_in_bytes ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment