feat(profile): general update.
This commit is contained in:
parent
d05c9b9276
commit
aaf435ece1
8 changed files with 21 additions and 31 deletions
|
|
@ -10,6 +10,7 @@ include <tunables/global>
|
|||
profile os-prober @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/disks-read>
|
||||
|
||||
capability dac_read_search,
|
||||
capability sys_admin,
|
||||
|
|
@ -59,11 +60,12 @@ profile os-prober @{exec_path} flags=(attach_disconnected) {
|
|||
/ r,
|
||||
/boot/{efi/,} r,
|
||||
/boot/{efi/,}EFI/ r,
|
||||
/boot/{efi/,}EFI/*/ r,
|
||||
/boot/{efi/,}EFI/**/ r,
|
||||
|
||||
owner @{tmp}/os-prober.*/{,**} rw,
|
||||
|
||||
@{sys}/block/ r,
|
||||
@{run}/mount/utab r,
|
||||
|
||||
@{sys}/devices/@{pci}/block/*/ r,
|
||||
@{sys}/devices/virtual/block/*/ r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue