Initial Commit4
This commit is contained in:
21
sepolicy/init.te
Normal file
21
sepolicy/init.te
Normal file
@@ -0,0 +1,21 @@
|
||||
allow init audio_device:chr_file { write ioctl };
|
||||
allow init input_device:chr_file ioctl;
|
||||
allow init sensors_device:chr_file { write ioctl };
|
||||
allow init tee_device:chr_file { write ioctl };
|
||||
|
||||
allow init servicemanager:binder { transfer call };
|
||||
allow init system_server:binder call;
|
||||
|
||||
allow init property_socket:sock_file write;
|
||||
allow init socket_device:sock_file { create setattr unlink };
|
||||
|
||||
allow init system_data_file:file { rename append };
|
||||
allow init firmware_file:dir mounton;
|
||||
|
||||
# ptt_socket_app
|
||||
allow init dnsproxyd_socket:sock_file write;
|
||||
allow init netd:unix_stream_socket connectto;
|
||||
allow init self:netlink_socket { read write getattr connect };
|
||||
|
||||
allow init debugfs:file write;
|
||||
allow init persist_file:filesystem { getattr mount relabelfrom relabelto };
|
||||
Reference in New Issue
Block a user