Skip to content

Commit

Permalink
fix: move CONFIG_SECCOMP to generally necessary category in check-con…
Browse files Browse the repository at this point in the history
…fig command

Signed-off-by: Somesh Bhalsing <[email protected]>
  • Loading branch information
someshbhalsing authored and brandond committed Feb 18, 2025
1 parent 6199b79 commit 6131ea1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/util/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6131ea1

Please sign in to comment.