We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d833014 commit 0ef7eafCopy full SHA for 0ef7eaf
dist/selinux/libcare.te
@@ -7,7 +7,7 @@ require {
7
type var_run_t;
8
type proc_t;
9
type qemu_exec_t;
10
-
+ attribute domain;
11
}
12
13
# systemd(init_t) executes /usr/bin/libcare-ctl(libcare_exec_t)
@@ -66,6 +66,8 @@ allow svirt_t libcare_t : unix_stream_socket connectto;
66
# to allow patient to send us SIGCHLD (required for ptrace)
67
allow svirt_t libcare_t : process sigchld;
68
69
+# silence all the audits about /proc/pid/exe
70
+dontaudit libcare_t domain : dir search;
71
72
# DEBUG
73
## Run runcon system_u:system_r:libcare_t:s0 /usr/bin/libcare-ctl -v patch -p $(pidof qemu-kvm) /var/lib/libcare
0 commit comments