Read-only root compatibility (#86)
* Read-only root compatibility * remove complain Co-authored-by: nobodysu <nobodysu@users.noreply.github.com>
This commit is contained in:
parent
5fdbc2d00e
commit
f94faf697e
13 changed files with 26 additions and 27 deletions
|
|
@ -19,7 +19,7 @@ profile lvm @{exec_path} {
|
|||
|
||||
@{exec_path} rm,
|
||||
|
||||
/etc/lvm/** r,
|
||||
@{etc_rw}/lvm/** r,
|
||||
|
||||
@{run}/lvm/** rwk,
|
||||
@{run}/lock/lvm/* rwk,
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@ profile lvmconfig @{exec_path} {
|
|||
|
||||
@{exec_path} rm,
|
||||
|
||||
/etc/lvm/** rw,
|
||||
@{etc_rw}/lvm/** rw,
|
||||
|
||||
include if exists <local/lvmconfig>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue