From: pebenito@ieee.org (Chris PeBenito) Date: Mon, 30 Oct 2017 21:40:10 -0400 Subject: [refpolicy] [PATCH] alsa: needs to map its tmpfs files In-Reply-To: <20171030094009.10132-1-jason@perfinion.com> References: <20171030094009.10132-1-jason@perfinion.com> Message-ID: To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On 10/30/2017 05:40 AM, Jason Zaman wrote: > --- > alsa.te | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/alsa.te b/alsa.te > index 0e3d5a7..86c0a3e 100644 > --- a/alsa.te > +++ b/alsa.te > @@ -66,7 +66,7 @@ manage_files_pattern(alsa_t, alsa_tmp_t, alsa_tmp_t) > files_tmp_filetrans(alsa_t, alsa_tmp_t, { dir file }) > userdom_user_tmp_filetrans(alsa_t, alsa_tmp_t, { dir file }) > > -allow alsa_t alsa_tmpfs_t:file manage_file_perms; > +allow alsa_t alsa_tmpfs_t:file { manage_file_perms map }; > fs_tmpfs_filetrans(alsa_t, alsa_tmpfs_t, file) > > manage_dirs_pattern(alsa_t, alsa_var_lib_t, alsa_var_lib_t) Merged. -- Chris PeBenito