mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix(profiles): ensure pinentry can start. See #66.
This commit is contained in:
parent
7752493e73
commit
e1e7d611ed
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ profile pinentry @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/pinentry-* rPx,
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
|
||||
/etc/pinentry/preexec r,
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ profile pinentry-curses @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/bash rix,
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
|
||||
/usr/share/terminfo/x/xterm-256color r,
|
||||
|
||||
|
|
Loading…
Reference in a new issue