mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Add FP selinux rules
This commit is contained in:
parent
891c848ea6
commit
f6599a6485
3 changed files with 9 additions and 0 deletions
|
@ -1 +1,5 @@
|
|||
# EFS
|
||||
type efs_block_device, dev_type;
|
||||
|
||||
# Fingerprint
|
||||
type vfsspi_device, dev_type;
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
# FRP
|
||||
/dev/block/bootdevice/by-name/persistent u:object_r:frp_block_device:s0
|
||||
|
||||
# Fingerprint
|
||||
/dev/vfsspi u:object_r:vfsspi_device:s0
|
||||
|
||||
# mDNIe
|
||||
/sys/devices/virtual/mdnie/mdnie/mode u:object_r:sysfs_mdnie:s0
|
||||
/sys/devices/virtual/mdnie/mdnie/scenario u:object_r:sysfs_mdnie:s0
|
||||
|
|
2
sepolicy/fingerprintd.te
Normal file
2
sepolicy/fingerprintd.te
Normal file
|
@ -0,0 +1,2 @@
|
|||
allow fingerprintd tee_device:chr_file rw_file_perms;
|
||||
allow fingerprintd vfsspi_device:chr_file rw_file_perms;
|
Loading…
Reference in a new issue