feat(profiles): a the XDG_IMG_DIR and user_img_dirs variables
This commit is contained in:
parent
11cc454fe2
commit
37dd97a875
29 changed files with 126 additions and 188 deletions
|
|
@ -19,23 +19,21 @@ profile blkid @{exec_path} {
|
|||
|
||||
/etc/blkid.conf r,
|
||||
|
||||
# When the system doesn't have the /run/ dir, the cache file is placed under /etc/
|
||||
@{etc_rw}/blkid.tab{,-*} rw,
|
||||
@{etc_rw}/blkid.tab.old rwl -> /etc/blkid.tab,
|
||||
|
||||
# Image files
|
||||
@{user_img_dirs}/{,**} r,
|
||||
|
||||
# The standard location of the cache file
|
||||
# Without owner here if this tool should be used as a regular user
|
||||
@{run}/blkid/ rw,
|
||||
@{run}/blkid/blkid.tab{,-*} rw,
|
||||
@{run}/blkid/blkid.tab.old rwl -> @{run}/blkid/blkid.tab,
|
||||
# When the system doesn't have the /run/ dir, the cache file is placed under /etc/
|
||||
@{etc_rw}/blkid.tab{,-*} rw,
|
||||
@{etc_rw}/blkid.tab.old rwl -> /etc/blkid.tab,
|
||||
|
||||
# For the EVALUATE=scan method
|
||||
@{PROC}/partitions r,
|
||||
|
||||
# Image files
|
||||
@{HOME}/**.{iso,img,bin,mdf,nrg} r,
|
||||
@{MOUNTS}/**.{iso,img,bin,mdf,nrg} r,
|
||||
@{HOME}/**.{ISO,IMG,BIN,MDF,NRG} r,
|
||||
@{MOUNTS}/**.{ISO,IMG,BIN,MDF,NRG} r,
|
||||
|
||||
include if exists <local/blkid>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue