Update nslookup

This commit is contained in:
nobodysu 2022-01-15 23:14:32 +00:00 committed by GitHub
parent 864e09e539
commit ccabf0ad5e
Failed to generate hash of commit

View file

@ -7,18 +7,18 @@ include <tunables/global>
@{exec_path} = /{,usr/}bin/nslookup
profile nslookup @{exec_path} {
@{exec_path} r,
include <abstractions/base>
include <abstractions/openssl>
include <abstractions/nameservice-strict>
owner @{PROC}/@{pid}/task/@{pid}/comm rw,
# Ubuntu
network inet dgram,
network inet6 dgram,
network inet stream,
network inet6 stream,
@{exec_path} r,
owner @{PROC}/@{pids}/task/@{tid}/comm rw,
include if exists <local/nslookup>
}