commit | 30e424f8d0bf10af1dcdaf8db41fc19e85107ef3 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Fri Dec 23 12:09:38 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 23 12:09:38 2022 +0000 |
tree | 0db09fba60ddcf2af8a9829d098f0616e1159716 | |
parent | b71786d31d00546751a25f043693af0b15f3d66a [diff] | |
parent | f2bf56a8b5c2ed7f901127f7b1e73bf165a3d9b5 [diff] |
Merge "Specify SYS_ADMIN capability for authfs_service"
diff --git a/authfs/service/authfs_service.rc b/authfs/service/authfs_service.rc index 7edb1ca..409e91c 100644 --- a/authfs/service/authfs_service.rc +++ b/authfs/service/authfs_service.rc
@@ -1,3 +1,5 @@ service authfs_service /system/bin/authfs_service disabled socket authfs_service stream 0666 root system + # SYS_ADMIN capability allows to mount FUSE filesystem + capabilities SYS_ADMIN