You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
355 B
8 lines
355 B
# Communicate over a socket created by mnld process.
|
|
allow hal_gnss_default mnld_data_file:sock_file create_file_perms;
|
|
allow hal_gnss_default mnld_data_file:sock_file rw_file_perms;
|
|
allow hal_gnss_default mnld_data_file:dir create_file_perms;
|
|
allow hal_gnss_default mnld_data_file:dir rw_dir_perms;
|
|
|
|
allow hal_gnss_default mnld:unix_dgram_socket sendto;
|