commit | f2bf56a8b5c2ed7f901127f7b1e73bf165a3d9b5 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Dec 22 23:13:41 2022 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Dec 22 23:13:41 2022 +0000 |
tree | 9be2cbb7e44d194bed3ebed59d0eb7be69dea758 | |
parent | 73c26b7ee00d81b9d193a8fc510b8492b42be42e [diff] |
Specify SYS_ADMIN capability for authfs_service Bug: 243633980 Test: presubmit Change-Id: I906a2acf9ccc5a347019abd9014510115645343e
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