Update nmap

Ubuntu support, iflist, unprivileged
This commit is contained in:
nobodysu 2021-12-18 15:53:53 +00:00 committed by GitHub
parent accf5538bd
commit 5be4256404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,8 @@ profile nmap @{exec_path} {
network inet dgram, network inet dgram,
network inet6 dgram, network inet6 dgram,
network inet stream,
network inet6 stream,
network inet raw, network inet raw,
network inet6 raw, network inet6 raw,
network netlink raw, network netlink raw,
@ -29,6 +31,14 @@ profile nmap @{exec_path} {
owner @{PROC}/@{pid}/net/dev r, owner @{PROC}/@{pid}/net/dev r,
owner @{PROC}/@{pid}/net/if_inet6 r, owner @{PROC}/@{pid}/net/if_inet6 r,
owner @{PROC}/@{pid}/net/route r,
owner @{PROC}/@{pid}/net/ipv6_route r,
# unprivileged
# @{PROC}/@{pid}/net/dev r,
# @{PROC}/@{pid}/net/if_inet6 r,
# @{PROC}/@{pid}/net/route r,
# @{PROC}/@{pid}/net/ipv6_route r,
/usr/share/nmap/** r, /usr/share/nmap/** r,