diff options
| author | Julian Veit <claymore1298@gmail.com> | 2025-06-17 23:46:13 +0200 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2025-06-17 23:46:13 +0200 |
| commit | 89a1aff99683fbc269d6084e82b3aecfe023ffbc (patch) | |
| tree | ca482104f2ecc226a9047cdb6ae78a3b6a781957 | |
| parent | e899e686b5ab3e583f0d98f2faed9a9df797cea9 (diff) | |
vendor: allow system_app access sysfs_battery_supply
Change-Id: I2abbf33ea12defea68959cc970c66aab32bc74b0
| -rw-r--r-- | common/vendor/system_app.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/vendor/system_app.te b/common/vendor/system_app.te new file mode 100644 index 0000000..d654dc9 --- /dev/null +++ b/common/vendor/system_app.te @@ -0,0 +1,3 @@ +allow system_app sysfs_battery_supply:dir r_dir_perms; +allow system_app sysfs_battery_supply:file r_file_perms; + |
