summaryrefslogtreecommitdiffstats
path: root/sepolicy/gpsd.te
blob: 9d588f3c2ffe3552aa50cfeac06b22fee881c60c (plain)
1
2
3
4
5
6
7
8
9
10
allow gpsd rild:unix_stream_socket connectto;
allow gpsd system_data_file:dir { add_name write };
#allow gpsd system_data_file:file { create write lock open };
allow gpsd system_data_file:fifo_file { create read write open setattr };
allow gpsd system_data_file:dir { read write setattr open add_name };
allow gpsd sysfs_wake_lock:file { read write open };
allow gpsd servicemanager:binder call;
allow gpsd system_server:binder call;
allow gpsd system_server:unix_stream_socket { read write };