Victor Hsieh | 8bb67b6 | 2021-08-04 12:10:58 -0700 | [diff] [blame] | 1 | service authfs_service /system/bin/authfs_service |
2 | disabled | ||||
Alice Wang | 15ae7b9 | 2022-10-24 14:36:59 +0000 | [diff] [blame] | 3 | socket authfs_service stream 0666 root system |
Nikita Ioffe | f2bf56a | 2022-12-22 23:13:41 +0000 | [diff] [blame] | 4 | # SYS_ADMIN capability allows to mount FUSE filesystem |
5 | capabilities SYS_ADMIN | ||||
Steven Moreland | f0a3354 | 2023-04-10 20:45:19 +0000 | [diff] [blame] | 6 | user root |