Home | History | Annotate | Download | only in sepolicy
      1 # bluetoothd - bluetooth daemon
      2 type bluetoothd, domain;
      3 type bluetoothd_exec, exec_type, file_type;
      4 
      5 init_daemon_domain(bluetoothd)
      6 allow bluetoothd self:capability { setuid net_raw net_bind_service net_admin };
      7 allow bluetoothd self:socket *;
      8 allow bluetoothd bluetoothd_data_file:dir create_dir_perms;
      9 allow bluetoothd bluetoothd_data_file:file create_file_perms;
     10 unix_socket_connect(bluetoothd, dbus, dbusd)
     11