feat(profile): update pacman profiles.
This commit is contained in:
parent
a2a402d8a9
commit
da9cb8c786
3 changed files with 5 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ profile makepkg @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/path>
|
||||
include <abstractions/perl>
|
||||
include <abstractions/python>
|
||||
include <abstractions/shells>
|
||||
|
|
@ -72,8 +73,8 @@ profile makepkg @{exec_path} {
|
|||
owner @{run}/user/@{uid}/gnupg/d.@{rand}/S.scdaemon rw,
|
||||
owner @{run}/user/@{uid}/gnupg/S.scdaemon rw,
|
||||
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||
@{PROC}/@{pid}/fd/ r,
|
||||
@{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||
|
||||
include if exists <local/makepkg_gpg>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ profile paccache @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/etc/pacman.conf r,
|
||||
/etc/pacman.d/{,**} r,
|
||||
/etc/pacman.d/gnupg/** rwlk -> /etc/pacman.d/gnupg/**,
|
||||
|
||||
/var/cache/pacman/pkg/{,*} rw,
|
||||
/var/lib/pacman/{,**} r,
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ profile pacman @{exec_path} flags=(attach_disconnected) {
|
|||
include if exists <local/pacman_gpg>
|
||||
}
|
||||
|
||||
profile systemctl {
|
||||
profile systemctl flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/systemctl>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue