update apparmor profiles

This commit is contained in:
Mikhail Morfikov 2021-08-18 11:05:43 +02:00 committed by Alexandre Pujol
parent fb63699153
commit 9eecac80a2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
44 changed files with 520 additions and 47 deletions

View file

@ -21,6 +21,11 @@ profile conky @{exec_path} {
network inet dgram,
network inet6 dgram,
# For dig
#network inet stream,
#network inet6 stream,
#network netlink raw,
@{exec_path} mr,
# Needed tools to render conky output
@ -39,6 +44,10 @@ profile conky @{exec_path} {
/{usr/,}bin/wc rix,
/{usr/,}bin/sed rix,
# For external IP address
#/{usr/,}bin/dig rix,
#owner @{PROC}/@{pid}/task/@{tid}/comm rw,
# To remove the following error:
# .conky/Accuweather_conky_script/accuweather: line 917: /usr/bin/pkill: Permission denied
/{usr/,}bin/pgrep rix,