Update profiles.
This commit is contained in:
parent
1956680160
commit
723695c626
10 changed files with 28 additions and 9 deletions
|
|
@ -48,6 +48,7 @@ profile pacman @{exec_path} {
|
|||
/{usr/,}bin/dot rix,
|
||||
/{usr/,}bin/env rix,
|
||||
/{usr/,}bin/rm rix,
|
||||
/{usr/,}bin/setcap rix,
|
||||
/{usr/,}bin/vercmp rix,
|
||||
/{usr/,}bin/xmlcatalog rix,
|
||||
/{usr/,}lib/ghc-*/bin/ghc-pkg rix,
|
||||
|
|
|
|||
|
|
@ -10,11 +10,16 @@ include <tunables/global>
|
|||
profile pacman-hook-depmod @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
capability dac_read_search,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/bash rix,
|
||||
/{usr/,}bin/kmod rPx,
|
||||
/{usr/,}bin/depmod rPx,
|
||||
/{usr/,}bin/basename rix,
|
||||
/{usr/,}bin/bash rix,
|
||||
/{usr/,}bin/depmod rPx,
|
||||
/{usr/,}bin/kmod rPx,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
# Inherit Silencer
|
||||
deny network inet6 stream,
|
||||
|
|
|
|||
|
|
@ -10,13 +10,18 @@ include <tunables/global>
|
|||
profile pacman-hook-mkinitcpio-remove @{exec_path} {
|
||||
include <abstractions/base>
|
||||
|
||||
capability dac_read_search,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/bash rix,
|
||||
/{usr/,}bin/rm rix,
|
||||
/{usr/,}bin/cmp rix,
|
||||
/{usr/,}bin/mv rix,
|
||||
/{usr/,}bin/rm rix,
|
||||
/{usr/,}bin/sed rix,
|
||||
|
||||
/usr/share/mkinitcpio/*.preset r,
|
||||
/etc/mkinitcpio.d/*.preset rw,
|
||||
|
||||
/boot/vmlinuz-* rw,
|
||||
/boot/initramfs-*.img rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue