This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sec-policy/selinux-unconfined: add flatcar patch
this patch set torcx-generator to unconfined type. Signed-off-by: Mathieu Tortuyaux <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/policy/modules/system/unconfined.fc b/policy/modules/system/unconfined.fc | ||
index 075d51aa3..cad3c8ab0 100644 | ||
--- a/system/unconfined.fc | ||
+++ b/system/unconfined.fc | ||
@@ -24,3 +24,5 @@ ifdef(`distro_debian',` | ||
ifdef(`distro_gentoo',` | ||
/usr/lib/openoffice/program/[^/]+\.bin -- gen_context(system_u:object_r:unconfined_execmem_exec_t,s0) | ||
') | ||
+ | ||
+/usr/lib/systemd/system-generators/torcx-generator -- gen_context(system_u:object_r:unconfined_exec_t,s0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters