Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/120'
Browse files Browse the repository at this point in the history
* origin/pr/120:
  Ensure that qubesdb SELinux labels are correct on Fedora 41

Pull request description:

/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
marmarek committed Dec 25, 2024
2 parents 5c27d6e + 43387c3 commit 8db71da
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 8db71da

Please sign in to comment.