Armbian mmap (#45)

This commit is contained in:
nobodysu 2022-06-01 17:50:27 +00:00 committed by GitHub
parent b4f7ed185c
commit b45161a68e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ profile host @{exec_path} {
network inet stream,
network inet6 stream,
@{exec_path} r,
@{exec_path} mr,
owner @{PROC}/@{pids}/task/@{tid}/comm rw,

View file

@ -17,7 +17,7 @@ profile nslookup @{exec_path} {
network inet stream,
network inet6 stream,
@{exec_path} r,
@{exec_path} mr,
owner @{PROC}/@{pids}/task/@{tid}/comm rw,

View file

@ -19,7 +19,7 @@ profile ss @{exec_path} {
network netlink raw,
@{exec_path} r,
@{exec_path} mr,
/etc/iproute2/{,**} r,