Skip to content

Commit

Permalink
dracut.te: Added LVM control accesses.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Davies <[email protected]>
  • Loading branch information
jpds committed Jun 15, 2021
1 parent b9fb2f2 commit ddbc34a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions policy/modules/contrib/dracut.te
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ corecmd_exec_bin(dracut_t)
corecmd_exec_shell(dracut_t)
corecmd_mmap_all_executables(dracut_t)

dev_getattr_lvm_control(dracut_t)
dev_read_lvm_control(dracut_t)
dev_read_kmsg(dracut_t)
dev_read_sysfs(dracut_t)
dev_read_urand(dracut_t)
Expand Down

0 comments on commit ddbc34a

Please sign in to comment.