feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-11-05 17:25:27 +00:00
parent 18a8b42cbf
commit dd13de385e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 5 additions and 15 deletions

View file

@ -34,6 +34,8 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
/{usr/,}bin/hexdump rix,
/{usr/,}bin/install rix,
/{usr/,}bin/ldconfig rix,
/{usr/,}bin/mv rix,
/{usr/,}bin/sync rix,
/{usr/,}bin/ldd rix,
/{usr/,}bin/ln rix,
/{usr/,}bin/loadkeys rix,
@ -84,7 +86,7 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
# Manage /boot
/ r,
/boot/initramfs-*.img rw,
/boot/initramfs-*.img* rw,
/boot/vmlinuz-* r,
@{sys}/class/block/ r,

View file

@ -73,6 +73,7 @@ profile pacman @{exec_path} {
/{usr/,}bin/sed rix,
/{usr/,}bin/setcap rix,
/{usr/,}bin/touch rix,
/{usr/,}bin/tput rix,
/{usr/,}bin/vercmp rix,
/{usr/,}bin/xmlcatalog rix,
/{usr/,}lib/ghc-*/bin/ghc-pkg rix,
@ -106,7 +107,7 @@ profile pacman @{exec_path} {
# Install/update packages
/ r,
/*/ rw,
/*{,/} rw,
/boot/** rwl -> /boot/**,
/etc/** rwl -> /etc/**,
/opt/** rwl -> /opt/**,