feat(profiles): general update.
This commit is contained in:
parent
6c397882ad
commit
6db83003c7
33 changed files with 98 additions and 56 deletions
|
|
@ -76,6 +76,7 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
/etc/lvm/lvm.conf r,
|
||||
/etc/mkinitcpio.conf r,
|
||||
/etc/mkinitcpio.d/{,**} r,
|
||||
/etc/mkinitcpio.conf.d/{,**} r,
|
||||
/etc/modprobe.d/{,*} r,
|
||||
/etc/plymouth/plymouthd.conf r,
|
||||
/etc/vconsole.conf r,
|
||||
|
|
@ -96,13 +97,15 @@ profile mkinitcpio @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
# Manage /boot
|
||||
/ r,
|
||||
/boot/ r,
|
||||
/boot/initramfs-*.img* rw,
|
||||
/boot/vmlinuz-* r,
|
||||
|
||||
# Temp files
|
||||
owner @{run}/initramfs/{,**} rw,
|
||||
owner @{run}/mkinitcpio.*/{,**} rw,
|
||||
owner /tmp/mkinitcpio.*/{,**} rw,
|
||||
owner @{run}/mkinitcpio.@{rand6}/{,**} rw,
|
||||
owner /tmp/mkinitcpio.@{rand6} rw,
|
||||
owner /tmp/mkinitcpio.@{rand6}/{,**} rw,
|
||||
|
||||
@{sys}/class/block/ r,
|
||||
@{sys}/devices/{,**} r,
|
||||
|
|
|
|||
|
|
@ -15,11 +15,12 @@ profile pacman-hook-code @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/env r,
|
||||
@{bin}/python3.[0-9]* rix,
|
||||
|
||||
@{lib}/code/product.json rw,
|
||||
|
||||
/usr/share/code-{features,marketplace}/* r,
|
||||
/usr/share/code-{features,marketplace}/{,*} r,
|
||||
/usr/share/code-{features,marketplace}/cache.json rw,
|
||||
|
||||
include if exists <local/pacman-hook-code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue