Update host

This commit is contained in:
nobodysu 2022-01-15 23:22:43 +00:00 committed by GitHub
parent ccabf0ad5e
commit 43c509f28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,18 +7,18 @@ include <tunables/global>
@{exec_path} = /{,usr/}bin/host
profile host @{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/host>
}