Skip to content

Commit 31e9f0b

Browse files
authored
Merge pull request #280 from rhatdan/runc
Allow container domains to execute container_runtime_tmpfs_t files
2 parents 2411667 + 7efdd3d commit 31e9f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container.te

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(container, 2.223.0)
1+
policy_module(container, 2.224.0)
22

33
gen_require(`
44
class passwd rootok;
@@ -954,6 +954,7 @@ fs_mount_tmpfs(container_domain)
954954

955955
dontaudit container_domain container_runtime_tmpfs_t:dir read;
956956
allow container_domain container_runtime_tmpfs_t:dir mounton;
957+
can_exec(container_domain, container_runtime_tmpfs_t)
957958

958959
allow container_domain self:key manage_key_perms;
959960
dontaudit container_domain container_domain:key search;

0 commit comments

Comments
 (0)