Kenny Root | 128db96 | 2012-09-26 08:44:31 -0700 | [diff] [blame] | 1 | # bluetoothd - bluetooth daemon |
| 2 | type bluetoothd, domain; |
repo sync | 50e37b9 | 2013-05-14 21:02:55 -0700 | [diff] [blame] | 3 | permissive bluetoothd; |
Kenny Root | 128db96 | 2012-09-26 08:44:31 -0700 | [diff] [blame] | 4 | type bluetoothd_exec, exec_type, file_type; |
| 5 | |
| 6 | init_daemon_domain(bluetoothd) |
| 7 | allow bluetoothd self:capability { setuid net_raw net_bind_service net_admin }; |
| 8 | allow bluetoothd self:socket *; |
| 9 | allow bluetoothd bluetoothd_data_file:dir create_dir_perms; |
| 10 | allow bluetoothd bluetoothd_data_file:file create_file_perms; |
| 11 | unix_socket_connect(bluetoothd, dbus, dbusd) |