feat(profiles): second general update. See #101

This commit is contained in:
Alexandre Pujol 2023-01-15 17:38:28 +00:00
parent c59a40ec4e
commit 55edf06936
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 7 additions and 4 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,