Source is required to search generic tmpfs directories to be able to interact with mpd tmpfs content.
Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
parent
0ab415250b
commit
0ba923e7d9
@ -72,8 +72,7 @@ interface(`mpd_read_tmpfs_files',`
|
||||
type mpd_tmpfs_t;
|
||||
')
|
||||
|
||||
files_search_var_lib($1)
|
||||
mpd_search_lib($1)
|
||||
fs_search_tmpfs($1)
|
||||
read_files_pattern($1, mpd_tmpfs_t, mpd_tmpfs_t)
|
||||
')
|
||||
|
||||
@ -92,8 +91,7 @@ interface(`mpd_manage_tmpfs_files',`
|
||||
type mpd_tmpfs_t;
|
||||
')
|
||||
|
||||
files_search_var_lib($1)
|
||||
mpd_search_lib($1)
|
||||
fs_search_tmpfs($1)
|
||||
manage_files_pattern($1, mpd_tmpfs_t, mpd_tmpfs_t)
|
||||
manage_lnk_files_pattern($1, mpd_tmpfs_t, mpd_tmpfs_t)
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user