system/sepolicy/vendor/hal_gnss_default.te

8 lines
309 B
Plaintext
Raw Normal View History

2025-08-25 08:01:50 +08:00
type hal_gnss_default, domain;
hal_server_domain(hal_gnss_default, hal_gnss)
type hal_gnss_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_gnss_default)
allow hal_gnss_default system_prop:file { open read getattr map };
allow hal_gnss_default gnss_device:chr_file rw_file_perms;