mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
fix(profiles): ensure pinentry can start. See #66.
This commit is contained in:
parent
7752493e73
commit
e1e7d611ed
@ -14,6 +14,7 @@ profile pinentry @{exec_path} {
|
|||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
/{usr/,}bin/pinentry-* rPx,
|
/{usr/,}bin/pinentry-* rPx,
|
||||||
|
/{usr/,}bin/{,ba,da}sh rix,
|
||||||
|
|
||||||
/etc/pinentry/preexec r,
|
/etc/pinentry/preexec r,
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ profile pinentry-curses @{exec_path} {
|
|||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
/{usr/,}bin/bash rix,
|
/{usr/,}bin/{,ba,da}sh rix,
|
||||||
|
|
||||||
/usr/share/terminfo/x/xterm-256color r,
|
/usr/share/terminfo/x/xterm-256color r,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user