12 lines
850 B
Plaintext
12 lines
850 B
Plaintext
# vendor/oxmc/vesperprofiled/sepolicy/file_contexts
|
|
# ─────────────────────────────────────────────────────────────────────────
|
|
# Maps filesystem paths to SELinux security contexts.
|
|
# Included automatically when BOARD_SEPOLICY_DIRS points here.
|
|
# ─────────────────────────────────────────────────────────────────────────
|
|
|
|
# Daemon binary
|
|
/system/bin/vesperprofiled u:object_r:vesperprofiled_exec:s0
|
|
|
|
# Profile data directory and all contents
|
|
/data/system/vesperos(/.*)? u:object_r:vesperprofiled_data_file:s0
|