diff --git a/sepolicy/common/tee.te b/sepolicy/common/tee.te index edb0ac7..02eeef6 100644 --- a/sepolicy/common/tee.te +++ b/sepolicy/common/tee.te @@ -1 +1,2 @@ -r_dir_file(tee, vcs_data_file) +allow tee vcs_data_file:dir create_dir_perms; +allow tee vcs_data_file:file create_file_perms;