Merge "Allow storageproxyd to create directories in its data location"
This commit is contained in:
commit
423a9a467b
1 changed files with 1 additions and 1 deletions
2
whitechapel/vendor/google/storageproxyd.te
vendored
2
whitechapel/vendor/google/storageproxyd.te
vendored
|
@ -8,7 +8,7 @@ allow tee persist_ss_file:file create_file_perms;
|
||||||
allow tee persist_ss_file:dir create_dir_perms;
|
allow tee persist_ss_file:dir create_dir_perms;
|
||||||
allow tee persist_file:dir r_dir_perms;
|
allow tee persist_file:dir r_dir_perms;
|
||||||
allow tee mnt_vendor_file:dir r_dir_perms;
|
allow tee mnt_vendor_file:dir r_dir_perms;
|
||||||
allow tee tee_data_file:dir rw_dir_perms;
|
allow tee tee_data_file:dir create_dir_perms;
|
||||||
allow tee tee_data_file:lnk_file r_file_perms;
|
allow tee tee_data_file:lnk_file r_file_perms;
|
||||||
allow tee sg_device:chr_file rw_file_perms;
|
allow tee sg_device:chr_file rw_file_perms;
|
||||||
allow tee self:capability { setgid setuid };
|
allow tee self:capability { setgid setuid };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue