allow storageproxyd to set itself to system

Bug: 205904330
Test: boot to home under enforcing mode
Change-Id: I48272f6507f6cdb930f734b86d3b21b0e553cac0
This commit is contained in:
Adam Shih 2022-01-20 14:43:24 +08:00
parent 26778aff7b
commit 3062ac34cd

View file

@ -1,3 +1,2 @@
# b/205904330
dontaudit tee tee:capability { setgid };
dontaudit tee tee:capability { setuid };
# TODO(b/205904330): avoid using setuid, setgid permission
allow tee tee:capability { setuid setgid };