feat(profiles): general update.
This commit is contained in:
parent
0c151259d2
commit
b2fa7bacb8
19 changed files with 108 additions and 72 deletions
|
|
@ -45,7 +45,6 @@ profile protonmail-bridge @{exec_path} {
|
|||
@{bin}/base64 rix,
|
||||
@{bin}/dirname rix,
|
||||
@{bin}/env rix,
|
||||
@{bin}/env rix,
|
||||
@{bin}/getopt rix,
|
||||
@{bin}/git rPx -> pass//git,
|
||||
@{bin}/gpg{,2} rPx -> pass//gpg,
|
||||
|
|
|
|||
|
|
@ -14,18 +14,17 @@ profile rngd @{exec_path} {
|
|||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/openssl>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
capability dac_read_search,
|
||||
capability sys_admin,
|
||||
capability sys_nice,
|
||||
|
||||
network netlink raw,
|
||||
|
||||
/etc/conf.d/rngd r,
|
||||
/etc/opensc.conf r,
|
||||
@{exec_path} mr,
|
||||
|
||||
/etc/conf.d/rngd r,
|
||||
/etc/machine-id r,
|
||||
/etc/opensc.conf r,
|
||||
/var/lib/dbus/machine-id r,
|
||||
|
||||
@{sys}/devices/virtual/misc/hw_random/rng_available r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue