Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deepin_x86_desktop_defconfig: Set NETFILTER_XT_MATCH_CGROUP as module
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