Lines Matching refs:allow
17 allow bluetooth bluetooth_data_file:dir create_dir_perms;
18 allow bluetooth bluetooth_data_file:notdevfile_class_set { create_file_perms link };
19 allow bluetooth bluetooth_logs_data_file:dir rw_dir_perms;
20 allow bluetooth bluetooth_logs_data_file:file create_file_perms;
23 allow bluetooth bluetooth_socket:sock_file create_file_perms;
25 allow bluetooth self:global_capability_class_set net_admin;
26 allow bluetooth self:global_capability2_class_set wake_alarm;
29 allow bluetooth self:packet_socket create_socket_perms_no_ioctl;
30 allow bluetooth self:global_capability_class_set { net_admin net_raw net_bind_service };
31 allow bluetooth self:tun_socket create_socket_perms_no_ioctl;
32 allow bluetooth tun_device:chr_file rw_file_perms;
34 allow bluetooth efs_file:dir search;
36 # allow Bluetooth to access uhid device for HID profile
37 allow bluetooth uhid_device:chr_file rw_file_perms;
39 allow bluetooth gpu_device:chr_file rw_file_perms;
40 allow bluetooth gpu_device:dir r_dir_perms;
43 allow bluetooth proc_bluetooth_writable:file rw_file_perms;
46 allow bluetooth proc_filesystems:file r_file_perms;
62 allow bluetooth audioserver_service:service_manager find;
63 allow bluetooth bluetooth_service:service_manager find;
64 allow bluetooth drmserver_service:service_manager find;
65 allow bluetooth mediaserver_service:service_manager find;
66 allow bluetooth radio_service:service_manager find;
67 allow bluetooth app_api_service:service_manager find;
68 allow bluetooth system_api_service:service_manager find;
69 allow bluetooth network_stack_service:service_manager find;
70 allow bluetooth system_suspend_control_service:service_manager find;
71 allow bluetooth hal_audio_service:service_manager find;
76 allow bluetooth shell_data_file:file read;
78 # Bluetooth audio needs RT scheduling to meet deadlines, allow sys_nice
79 allow bluetooth self:global_capability_class_set sys_nice;