Skip to content

Commit

Permalink
Ensure that qubesdb SELinux labels are correct on Fedora 41
Browse files Browse the repository at this point in the history
/usr/sbin is now considered an alias for /usr/bin, so include rules for
/usr/bin to ensure correct labelling.  Do not remove the old rules to
avoid regression on Fedora 40.

Suggested-by: Marek Marczykowski-Górecki <[email protected]>
Part-of: QubesOS/qubes-issues#9663
  • Loading branch information
DemiMarie committed Dec 23, 2024
1 parent 2dcfec3 commit 43387c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selinux/qubes-meminfo-writer.fc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/usr/bin/meminfo-writer -- gen_context(system_u:object_r:qubes_meminfo_writer_exec_t,s0)
/usr/sbin/meminfo-writer -- gen_context(system_u:object_r:qubes_meminfo_writer_exec_t,s0)
/run/meminfo-writer\.pid -- gen_context(system_u:object_r:qubes_meminfo_writer_var_run_t,s0)

0 comments on commit 43387c3

Please sign in to comment.