mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
git-subtree-dir: sepolicy git-subtree-mainline:5cd89d8075git-subtree-split:4a08341deaChange-Id: I48384ddf513f6de75e77a5c55ff848498a5e88b6
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
type vendor_uwb_init, domain;
|
|
type vendor_uwb_init_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(vendor_uwb_init)
|
|
|
|
allow vendor_uwb_init vendor_shell_exec:file rx_file_perms;
|
|
allow vendor_uwb_init vendor_toolbox_exec:file rx_file_perms;
|
|
|
|
allow vendor_uwb_init uwb_data_vendor:file create_file_perms;
|
|
allow vendor_uwb_init uwb_data_vendor:dir w_dir_perms;
|