Update profiles.

This commit is contained in:
Alexandre Pujol 2022-02-22 20:51:28 +00:00
parent 0ee2e4f7ad
commit 2064783251
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 61 additions and 45 deletions

View file

@ -10,6 +10,9 @@ include <tunables/global>
profile askpass @{exec_path} {
include <abstractions/base>
network inet dgram,
network inet6 dgram,
@{exec_path} mr,
/{usr/,}bin/{,ba,da}sh rix,
@ -18,5 +21,11 @@ profile askpass @{exec_path} {
/{usr/,}bin/rm rix,
/{usr/,}lib/electron[0-9]*/electron rUx,
/usr/share/terminfo/x/xterm-256color r,
owner /tmp/tmp.* rw,
/dev/tty rw,
include if exists <local/askpass>
}