Add create perm for tee
The storageproxyd needs to create persist/ss from scratch. So we add the create perm. Bug: 193489307 Test: Trusty storage tests Change-Id: Ida1c07acac26494ae6bba0392fb2da0425803608
This commit is contained in:
parent
dc0cdc36f3
commit
c60e44c29e
1 changed files with 2 additions and 2 deletions
4
whitechapel/vendor/google/storageproxyd.te
vendored
4
whitechapel/vendor/google/storageproxyd.te
vendored
|
@ -1,8 +1,8 @@
|
|||
type sg_device, dev_type;
|
||||
type persist_ss_file, file_type, vendor_persist_type;
|
||||
|
||||
allow tee persist_ss_file:file rw_file_perms;
|
||||
allow tee persist_ss_file:dir r_dir_perms;
|
||||
allow tee persist_ss_file:file create_file_perms;
|
||||
allow tee persist_ss_file:dir create_dir_perms;
|
||||
allow tee persist_file:dir r_dir_perms;
|
||||
allow tee mnt_vendor_file:dir r_dir_perms;
|
||||
allow tee tee_data_file:lnk_file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue