mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Initial support for xtables-nft-multi
This commit is contained in:
parent
463da2a8f4
commit
28a3584c14
1 changed files with 36 additions and 0 deletions
36
apparmor.d/groups/network/xtables-nft-multi
Normal file
36
apparmor.d/groups/network/xtables-nft-multi
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# apparmor.d - Full set of apparmor profiles
|
||||||
|
# Copyright (C) 2022 Jeroen Rijken
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
|
@{exec_path} = /{usr/,}sbin/xtables-nft-multi
|
||||||
|
profile xtables-nft-multi @{exec_path} flags=(attach_disconnected,complain) {
|
||||||
|
include <abstractions/base>
|
||||||
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
|
capability net_admin,
|
||||||
|
capability net_raw,
|
||||||
|
|
||||||
|
network inet dgram,
|
||||||
|
network inet6 dgram,
|
||||||
|
network inet raw,
|
||||||
|
network inet6 raw,
|
||||||
|
network inet stream,
|
||||||
|
network inet6 stream,
|
||||||
|
network netlink raw,
|
||||||
|
|
||||||
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
/etc/libnl/classid r,
|
||||||
|
/etc/iptables/{,**} rw,
|
||||||
|
/etc/nftables.conf rw,
|
||||||
|
|
||||||
|
@{PROC}/@{pids}/net/ip_tables_names r,
|
||||||
|
|
||||||
|
/dev/pts/[0-9]* rw,
|
||||||
|
|
||||||
|
include if exists <local/xtables-nft-multi>
|
||||||
|
}
|
Loading…
Reference in a new issue