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 f5eb159 commit 3dabc4dCopy full SHA for 3dabc4d
1 file changed
data/selinux/snappy.fc
@@ -44,6 +44,8 @@ ifdef(`distro_debian',`
44
/lib/systemd/system/snapd.* -- gen_context(system_u:object_r:snappy_unit_file_t,s0)
45
')
46
47
+/tmp/snap-private-tmp -d gen_context(system_u:object_r:snappy_tmp_t,s0)
48
+
49
/var/run/snapd(/.*)? gen_context(system_u:object_r:snappy_var_run_t,s0)
50
/var/run/snapd\.socket -s gen_context(system_u:object_r:snappy_var_run_t,s0)
51
/var/run/snapd-snap\.socket -s gen_context(system_u:object_r:snappy_var_run_t,s0)
0 commit comments