mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
cherrypick r2119 from trunk:
deny writes to upstart user sessions jobs in abstractions/private-files Acked-By: Jamie Strandboge <jamie@canonical.com> Acked-by: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
parent
d345d4a93a
commit
76e23529af
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
# special attention to (potentially) executable files
|
||||
audit deny @{HOME}/bin/** wl,
|
||||
audit deny @{HOME}/.config/autostart/** wl,
|
||||
audit deny @{HOME}/.config/upstart/** wl,
|
||||
audit deny @{HOME}/.init/** wl,
|
||||
audit deny @{HOME}/.kde{,4}/Autostart/** wl,
|
||||
audit deny @{HOME}/.kde{,4}/env/** wl,
|
||||
audit deny @{HOME}/.pki/nssdb/*.so{,.[0-9]*} wl,
|
||||
|
|
Loading…
Add table
Reference in a new issue