Skip to content

Commit

Permalink
deepin_x86_desktop_defconfig: Set NETFILTER_XT_MATCH_CGROUP as module
Browse files Browse the repository at this point in the history
only x86 defconfig need this fix

Log:
<debug> iptables.go:264: [mangle] chain Main dont exist rule -j App -p tcp -m cgroup --path App.slice
<debug> iptables.go:36: [mangle] begin to run begin to run command: /bin/sh -c iptables -t mangle -I Main 2 -
App -p tcp -m cgroup --path App.slice
<warning> iptables.go:39: [mangle] run command failed, out: iptables v1.8.2 (nf_tables): Couldn't load match
cgroup':No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
err:exit status 2
<warning> iptables.go:236:[mangle] chain Main insert failed%!(EXTRA *exec.ExitError=exit status 2)
<warning> iptables.go:102: [mangle] chain Main attach child App failed, err: exit status

Signed-off-by: Wentao Guan <[email protected]>
  • Loading branch information
opsiff committed Nov 7, 2024
1 parent da84e5a commit c7b833e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/configs/deepin_x86_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
CONFIG_NETFILTER_XT_MATCH_CGROUP=m
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
Expand Down

0 comments on commit c7b833e

Please sign in to comment.