update apparmor profiles
This commit is contained in:
parent
fb63699153
commit
9eecac80a2
44 changed files with 520 additions and 47 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue