feat(profile): general update.
This commit is contained in:
parent
e44b0613c7
commit
65d0cfafe4
54 changed files with 169 additions and 107 deletions
|
|
@ -14,11 +14,11 @@ profile mdevctl @{exec_path} {
|
|||
|
||||
/etc/mdevctl.d/{,**} r,
|
||||
|
||||
@{PROC}/@{pids}/maps r,
|
||||
|
||||
@{sys}/bus/mdev/devices/ r,
|
||||
@{sys}/class/mdev_bus/ r,
|
||||
@{sys}/devices/@{pci}/mdev_supported_types/{,**} r,
|
||||
|
||||
@{PROC}/@{pids}/maps r,
|
||||
|
||||
include if exists <local/mdevctl>
|
||||
}
|
||||
|
|
@ -125,6 +125,7 @@ profile pass @{exec_path} {
|
|||
owner @{user_password_store_dirs}/** rwkl -> @{HOME}/.password-store/**,
|
||||
|
||||
owner /tmp/.git_vtag_tmp@{rand6} rw, # For git log --show-signature
|
||||
owner /dev/shm/pass.*/.git_vtag_tmp@{rand6} rw,
|
||||
|
||||
include if exists <local/pass_git>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ include <tunables/global>
|
|||
@{exec_path} = @{bin}/pinentry-gnome3
|
||||
profile pinentry-gnome3 @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
signal (receive) set=(int) peer=gpg-agent,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue