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 inet6 dgram,
network inet stream,
network inet6 stream,
network inet raw,
network inet6 raw,
network netlink raw,
@ -29,6 +31,14 @@ profile nmap @{exec_path} {
owner @{PROC}/@{pid}/net/dev 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,