mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Some fixes.
This commit is contained in:
parent
d41df93da1
commit
53b01b1132
4 changed files with 14 additions and 6 deletions
|
@ -37,7 +37,7 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
/usr/share/defaults/**.conf r,
|
||||
|
||||
owner @{user_share_dirs}/dbus-1/{,**} r,
|
||||
owner @{user_share_dirs}/icc/{,edid-*} r,
|
||||
@{user_share_dirs}/icc/{,edid-*} r,
|
||||
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
owner @{PROC}/@{pid}/oom_score_adj rw,
|
||||
|
@ -65,7 +65,7 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
|
|||
/tmp/dbus-[0-9a-zA-Z]* rw,
|
||||
|
||||
# file_inherit
|
||||
owner /dev/tty[0-9]* rw,
|
||||
/dev/tty[0-9]* rw,
|
||||
|
||||
include if exists <local/dbus-daemon>
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ profile dbus-run-session @{exec_path} {
|
|||
/var/lib/gdm/.config/dconf/user r,
|
||||
|
||||
# file_inherit
|
||||
owner /dev/tty rw,
|
||||
owner /dev/tty[0-9]* rw,
|
||||
/dev/tty rw,
|
||||
/dev/tty[0-9]* rw,
|
||||
|
||||
include if exists <local/dbus-run-session>
|
||||
}
|
||||
|
|
|
@ -141,5 +141,8 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected) {
|
|||
owner /tmp/gdkpixbuf-xpm-tmp.[0-9A-Z]* rw,
|
||||
/tmp/.X11-unix/X[0-9] rw,
|
||||
|
||||
# file_inherit
|
||||
/dev/tty[0-9]* rw,
|
||||
|
||||
include if exists <local/gnome-shell>
|
||||
}
|
||||
|
|
|
@ -18,9 +18,9 @@ include <tunables/global>
|
|||
profile git @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/openssl>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
|
@ -35,7 +35,7 @@ profile git @{exec_path} {
|
|||
# /usr/bin/ , so allow only this location.
|
||||
/{usr/,}bin/ r,
|
||||
deny /{usr/,}sbin/ r,
|
||||
deny /usr/local/bin/ r,
|
||||
deny /usr/local/{s,}bin/ r,
|
||||
deny /usr/games/ r,
|
||||
deny /usr/local/games/ r,
|
||||
|
||||
|
@ -152,8 +152,13 @@ profile git @{exec_path} {
|
|||
|
||||
owner @{HOME}/.selected_editor r,
|
||||
|
||||
/usr/share/terminfo/x/xterm-256color r,
|
||||
|
||||
/usr/share/vim/{,**} r,
|
||||
/etc/vimrc r,
|
||||
/etc/vim/{,**} r,
|
||||
owner @{user_cache_dirs}/vim/{,**} rw,
|
||||
owner @{user_config_dirs}/vim/{,**} r,
|
||||
owner @{HOME}/.viminfo{,.tmp} rw,
|
||||
|
||||
owner @{HOME}/.fzf/plugin/ r,
|
||||
|
|
Loading…
Reference in a new issue