Skip to content

Commit

Permalink
Allow boinc_t manage boinc_project_tmp_t files and dirs (#1135687)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrabcak committed Sep 3, 2014
1 parent 807c26b commit 8aadb71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boinc.te
Expand Up @@ -98,6 +98,9 @@ manage_dirs_pattern(boinc_t, boinc_tmp_t, boinc_tmp_t)
manage_files_pattern(boinc_t, boinc_tmp_t, boinc_tmp_t)
files_tmp_filetrans(boinc_t, boinc_tmp_t, { dir file })

manage_dirs_pattern(boinc_t, boinc_project_tmp_t, boinc_project_tmp_t)
manage_files_pattern(boinc_t, boinc_project_tmp_t, boinc_project_tmp_t)

manage_files_pattern(boinc_t, boinc_tmpfs_t, boinc_tmpfs_t)
fs_tmpfs_filetrans(boinc_t, boinc_tmpfs_t, file)

Expand Down

0 comments on commit 8aadb71

Please sign in to comment.