Skip to content

Commit

Permalink
Merge pull request #196 from rhrazdil/allow_tmpfs_passt
Browse files Browse the repository at this point in the history
Allow containers to mount tmpfs_t file systems
  • Loading branch information
rhatdan authored Nov 16, 2022
2 parents 7fafd46 + 6dff9fd commit 9852880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container.te
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ container_spc_stream_connect(container_domain)
fs_dontaudit_remount_tmpfs(container_domain)
dev_dontaudit_mounton_sysfs(container_domain)
dev_dontaudit_mounton_sysfs(container_domain)
fs_mount_tmpfs(container_domain)

dontaudit container_domain container_runtime_tmpfs_t:dir read;
allow container_domain container_runtime_tmpfs_t:dir mounton;
Expand Down

0 comments on commit 9852880

Please sign in to comment.