Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Dec 1, 2023
1 parent a9d0122 commit a7a51d2
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions scripts/check-kernel-config/LXC-DOCKER-OPEN-CONFIG.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ if [ "$2" = "-w" ]; then
fi

CONFIGS_ON="
CONFIG_CGROUP_CPUACCT
CONFIG_CGROUP_DEVICE
CONFIG_CGROUP_FREEZER
CONFIG_CGROUP_SCHED
CONFIG_DEBUG_BLK_CGROUP
CONFIG_NETFILTER_XT_MATCH_BPF
CONFIG_CPUSETS
CONFIG_MEMCG
CONFIG_KEYS
CONFIG_NETDEVICES
CONFIG_NET_CORE
CONFIG_VETH
CONFIG_IPV6
CONFIG_IP6_NF_NAT
CONFIG_IP6_NF_TARGET_MASQUERADE
CONFIG_BRIDGE
CONFIG_NETFILTER
"

CONFIGS_BACKUP="
Expand Down

0 comments on commit a7a51d2

Please sign in to comment.