commit: ce7ff0c908740a95edf2dcd6ac2910b3161eb569 Author: Luis Ressel <aranea <AT> aixah <DOT> de> AuthorDate: Mon Aug 11 13:33:16 2014 +0000 Commit: Jason Zaman <gentoo <AT> perfinion <DOT> com> CommitDate: Tue Aug 19 20:06:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=ce7ff0c9
system/mount.if: Add mount_rw_loopback_files interface --- policy/modules/system/mount.if | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/policy/modules/system/mount.if b/policy/modules/system/mount.if index fe24186..8a2105b 100644 --- a/policy/modules/system/mount.if +++ b/policy/modules/system/mount.if @@ -191,3 +191,21 @@ interface(`mount_read_loopback_files',` allow $1 mount_loopback_t:file read_file_perms; ') + +######################################## +## <summary> +## Read and write loopback filesystem image files. +## </summary> +## <param name="domain"> +## <summary> +## Domain allowed access. +## </summary> +## </param> +# +interface(`mount_rw_loopback_files',` + gen_require(` + type mount_loopback_t; + ') + + allow $1 mount_loopback_t:file rw_file_perms; +')