Update blkid
This commit is contained in:
parent
cb7dd2cfdb
commit
82bec84380
1 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ abi <abi/3.0>,
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/blkid
|
@{exec_path} = @{bin}/blkid
|
||||||
profile blkid @{exec_path} {
|
profile blkid @{exec_path} flags=(attach_disconnected) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/consoles>
|
include <abstractions/consoles>
|
||||||
include <abstractions/disks-read>
|
include <abstractions/disks-read>
|
||||||
|
|
@ -35,5 +35,8 @@ profile blkid @{exec_path} {
|
||||||
# For the EVALUATE=scan method
|
# For the EVALUATE=scan method
|
||||||
@{PROC}/partitions r,
|
@{PROC}/partitions r,
|
||||||
|
|
||||||
|
/dev/pts/@{int} rw,
|
||||||
|
/dev/tty@{int} rw,
|
||||||
|
|
||||||
include if exists <local/blkid>
|
include if exists <local/blkid>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue