diff options
-rw-r--r-- | selinux/gpsd.te | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/selinux/gpsd.te b/selinux/gpsd.te index 4aa2b04..6c54563 100644 --- a/selinux/gpsd.te +++ b/selinux/gpsd.te @@ -1,15 +1,7 @@ -type gpsd, domain; -type gpsd_exec, exec_type, file_type; - -init_daemon_domain(gpsd) - -allow gpsd shell_exec:file { rx_file_perms entrypoint }; - #for text relocs & execution allow gpsd system_file:file { execute_no_trans execmod }; allow gpsd gps_device:chr_file { getattr setattr }; allow gpsd gps_data_file:dir { search write add_name remove_name }; -allow gpsd gps_data_file:file { create rw_file_perms }; allow gpsd gps_data_file:fifo_file { unlink create setattr getattr rw_file_perms }; allow gpsd node:udp_socket { node_bind name_bind }; |