New user login

This commit is contained in:
nobodysu 2022-10-16 17:12:23 +03:00
parent 178e45c84b
commit ac7c42eefd
11 changed files with 48 additions and 14 deletions

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/update-notifier
profile update-notifier @{exec_path} {
profile update-notifier @{exec_path} flags=(complain) {
include <abstractions/base>
include <abstractions/apt-common>
include <abstractions/audio>
@ -62,6 +62,7 @@ profile update-notifier @{exec_path} {
/var/lib/snapd/desktop/icons/ r,
/var/lib/update-notifier/user.d/ r,
owner @{user_config_dirs}update-notifier/ w,
owner @{user_share_dirs}/applications/ r,
owner @{run}/user/@{uid}/at-spi/bus rw,
@ -75,4 +76,4 @@ profile update-notifier @{exec_path} {
@{PROC}/@{pids}/mountinfo r,
include if exists <local/update-notifier>
}
}