| commit | 12f56f3bd554135c6a2c548ad8bd967f22035f9f | [log] [tgz] |
|---|---|---|
| author | pjgowtham <pjgowtham@gmail.com> | Tue Feb 21 07:21:47 2023 +0530 |
| committer | SX <neoroms69@gmail.com> | Thu Oct 31 03:40:27 2024 +0530 |
| tree | cfd8491d9acafedcf54ad0b810bdb938b21d7ce1 | |
| parent | cac6e1cfad0fb9b2b5498bae72617d5a3e5e9de2 [diff] |
sepolicy: qti: Label additional SM7325 wakeup nodes for i in $(realpath /sys/class/wakeup/*); do if ! echo "$(ls -dZ $i)" | grep -q sysfs_wakeup; then echo genfscon sysfs $(echo $i | sed -e 's|/sys||g' -e 's|wakeup/wakeup.|wakeup|g' -e 's|wakeup[0-9]*|wakeup|g') u:object_r:sysfs_wakeup:s0; fi; done | sort -u Change-Id: I2933a1fb695f72cd859d6654947ac37bd7f3f77f # Conflicts: # sepolicy/qti/vendor/genfs_contexts