feat(profiles): general update.
This commit is contained in:
parent
18a8b42cbf
commit
dd13de385e
3 changed files with 5 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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/**,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue