sm8350-common: Add wifi mac generator shell script
Change-Id: I95593db840dc4a668f899d248b2c8e03d4ebbc3e
This commit is contained in:
parent
83d0538609
commit
72da964f9a
6 changed files with 75 additions and 0 deletions
12
sepolicy/vendor/wifi-mac-generator.te
vendored
Normal file
12
sepolicy/vendor/wifi-mac-generator.te
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
type wifi-mac-generator, domain;
|
||||
type wifi-mac-generator_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(wifi-mac-generator)
|
||||
|
||||
allow wifi-mac-generator vendor_shell_exec:file rx_file_perms;
|
||||
allow wifi-mac-generator vendor_toolbox_exec:file rx_file_perms;
|
||||
|
||||
r_dir_file(wifi-mac-generator, vendor_data_file)
|
||||
|
||||
allow wifi-mac-generator mnt_vendor_file:dir search;
|
||||
allow wifi-mac-generator mnt_vendor_file:file w_file_perms;
|
||||
Loading…
Add table
Add a link
Reference in a new issue