BuildRoot: drop unused device permissions
We only need permissions for loop devices, not for loop-control and not for partitions. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
7274847711
commit
670d51a746
1 changed files with 0 additions and 2 deletions
|
|
@ -117,9 +117,7 @@ class BuildRoot:
|
|||
"--as-pid2",
|
||||
"--link-journal=no",
|
||||
"--volatile=yes",
|
||||
"--property=DeviceAllow=/dev/loop-control rw",
|
||||
"--property=DeviceAllow=block-loop rw",
|
||||
"--property=DeviceAllow=block-blkext rw",
|
||||
f"--machine={self.machine_name}",
|
||||
f"--directory={self.root}",
|
||||
f"--bind={libdir}/osbuild-run:/run/osbuild/osbuild-run",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue