Make sure nsp storage has the right owner/group

Background:
* Not all secure storage files had the correct ownership transitions.

Bug: 280325952
Test: Changed permissions and confirmed user transitions
Change-Id: Iafa32e27b7c24bda41cf251048995ae96b3ce8f7
Signed-off-by: Donnie Pollitz <donpollitz@google.com>
This commit is contained in:
Donnie Pollitz 2023-05-16 13:54:50 +02:00
parent f96a704a89
commit 0a0bf76f74

View file

@ -919,6 +919,7 @@ on post-fs-data
chmod 0770 /data/vendor/ss/persist
symlink /dev/block/platform/13200000\.ufs/by-name/trusty_persist /data/vendor/ss/persist/0
chown system system /data/vendor/ss/persist/0
chown system system /data/vendor/ss/persist/nsp
restart storageproxyd