feat(profile): improve integration with opensuse.
This commit is contained in:
parent
eb66feef62
commit
bf22e0770f
14 changed files with 63 additions and 12 deletions
|
|
@ -68,6 +68,7 @@ profile packagekitd @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/fc-cache rPx,
|
||||
@{bin}/glib-compile-schemas rPx,
|
||||
@{bin}/install-info rPx,
|
||||
@{bin}/rpmdb2solv rPx, # only: opensuse
|
||||
@{bin}/systemd-inhibit rPx,
|
||||
@{bin}/update-desktop-database rPx,
|
||||
@{lib}/apt/methods/* rPx, # only: dpkg
|
||||
|
|
@ -125,6 +126,7 @@ profile packagekitd @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{bin}/gpg-agent rix,
|
||||
@{bin}/scdaemon rix,
|
||||
@{lib}/{,gnupg/}scdaemon rix,
|
||||
|
||||
/etc/gcrypt/hwf.deny r,
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ profile passwd @{exec_path} {
|
|||
capability audit_write,
|
||||
capability chown,
|
||||
capability fsetid,
|
||||
capability net_admin,
|
||||
capability setuid,
|
||||
|
||||
signal (receive) set=(term, kill) peer=gnome-control-center,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue