mirror of
https://github.com/AetherDroid/vendor_samsung_universal7570-common.git
synced 2025-09-08 09:18:04 -04:00
16 lines
No EOL
606 B
Text
16 lines
No EOL
606 B
Text
service vold /system/bin/vold \
|
|
--blkid_context=u:r:blkid:s0 --blkid_untrusted_context=u:r:blkid_untrusted:s0 \
|
|
--fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0
|
|
class core
|
|
socket vold stream 0660 root mount
|
|
socket cryptd stream 0660 root mount
|
|
ioprio be 2
|
|
## Frigatebird
|
|
socket frigate stream 0660 system system
|
|
writepid /dev/cpuset/foreground/tasks
|
|
## Samsung ODE >>>
|
|
socket dir_enc_report stream 0660 root mount
|
|
## Samsung ODE <<<
|
|
## KNOX / Private Mode
|
|
socket epm stream 0660 system system
|
|
socket ppm stream 0660 system system |