universal7870: import sepolicy from 7580-common

thanks to @danwood76
This commit is contained in:
Alejandro 2020-05-31 21:04:02 +02:00
parent 9ce97a0bfb
commit 0cfeb0ec4f
61 changed files with 507 additions and 425 deletions

View file

@ -1,4 +1,5 @@
allow hal_gnss_default gps_data_file:file getattr;
allow hal_gnss_default vndbinder_device:chr_file { ioctl open read write };
allow hal_gnss_default gpsd:unix_stream_socket connectto;
vndbinder_use(hal_gnss_default)
# Allow gnss to access the gpsd data files
allow hal_gnss_default gps_data_file:dir w_dir_perms;
allow hal_gnss_default gps_data_file:fifo_file create_file_perms;