Allow mpd_admin to manage mpd tmpfs content.

Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
Dominick Grift 2010-09-15 12:44:59 +02:00
parent 0ba923e7d9
commit c5e7db7a71

View File

@ -246,6 +246,7 @@ interface(`mpd_admin',`
type mpd_data_t; type mpd_data_t;
type mpd_log_t; type mpd_log_t;
type mpd_var_lib_t; type mpd_var_lib_t;
type mpd_tmpfs_t;
') ')
allow $1 mpd_t:process { ptrace signal_perms }; allow $1 mpd_t:process { ptrace signal_perms };
@ -267,4 +268,6 @@ interface(`mpd_admin',`
admin_pattern($1, mpd_log_t) admin_pattern($1, mpd_log_t)
fs_search_tmpfs($1)
admin_pattern($1, mpd_tmpfs_t)
') ')