maruos / vendor_maruos

Common files for Maru OS.
Apache License 2.0
5 stars 15 forks source link

Add sepolicy to allow service manager add perspective service #9

Closed utzcoz closed 3 years ago

utzcoz commented 3 years ago

Use the following steps to get needed sepolicy:

adb logcat | grep avc | tee avc.log
audit2allow -i avc.log
pdsouza commented 3 years ago

Thanks @utzcoz!