feat(profiles): second general update. See #101
This commit is contained in:
parent
c59a40ec4e
commit
55edf06936
6 changed files with 7 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
/usr/share/terminfo/x/xterm-256color r,
|
||||
|
||||
# Can copy any program to the initframs
|
||||
/{usr/,}bin/ r,
|
||||
/{usr/,}{local/,}{s,}bin/ r,
|
||||
/{usr/,}bin/[a-z0-9]* mr,
|
||||
/{usr/,}lib/ r,
|
||||
/{usr/,}lib/plymouth/plymouthd-* mr,
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ profile pacman-hook-mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
/{usr/,}bin/bash rix,
|
||||
/{usr/,}bin/cmp rix,
|
||||
/{usr/,}bin/compgen rix,
|
||||
/{usr/,}bin/env rix,
|
||||
/{usr/,}bin/install rix,
|
||||
/{usr/,}bin/mkinitcpio rPx,
|
||||
/{usr/,}bin/mv rix,
|
||||
|
|
@ -36,7 +37,7 @@ profile pacman-hook-mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
/boot/initramfs-*.img rw,
|
||||
/boot/initramfs-*-fallback.img rw,
|
||||
|
||||
# /dev/tty rw,
|
||||
/dev/tty rw,
|
||||
|
||||
# # Inherit Silencer
|
||||
deny network inet6 stream,
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ profile systemd-journald @{exec_path} {
|
|||
@{run}/udev/data/c23[0-9]:[0-9]* r,
|
||||
@{run}/udev/data/c24[0-9]:[0-9]* r,
|
||||
@{run}/udev/data/c4:[0-9]* r,
|
||||
@{run}/udev/data/c51[0-9]:[0-9]* r,
|
||||
|
||||
@{sys}/devices/**/uevent r,
|
||||
@{sys}/firmware/efi/efivars/SecureBoot-@{uuid} r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue