Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_sepolicy
/
4c6f1ce8eede62acbaaa02e9fa72b3f218660b8c
/
.
/
nfc.te
blob: b20d2369906f8ee36307efc48b807096de44c294 [
file
] [
log
] [
blame
]
# nfc subsystem
type nfc
,
domain
;
app_domain
(
nfc
)
# NFC device access.
allow nfc nfc_device
:
chr_file rw_file_perms
;
# Data file accesses.
allow nfc nfc_data_file
:
dir create_dir_perms
;
allow nfc nfc_data_file
:
notdevfile_class_set create_file_perms
;