summaryrefslogtreecommitdiffstats
blob: 101cf3952254caec489421b6760c27a1f17f2be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
type vis, domain;
type vis_exec, exec_type, file_type;

# Started by init
init_daemon_domain(vis)

# Allow access to IPC related resources
allow vis devpts:chr_file { read write ioctl getattr };
allow vis fwmarkd_socket:sock_file write;
allow vis self:socket { create_socket_perms_no_ioctl };
allow vis self:tcp_socket { create_stream_socket_perms };
allow vis netd:unix_stream_socket connectto;
allow vis node:tcp_socket node_bind;
allow vis port:tcp_socket name_bind;
allow vis lad_data_file:fifo_file { rw_file_perms };
allow vis cmem_dev:chr_file { rw_file_perms };
allow vis hwspinlock_dev:chr_file { rw_file_perms };

# Allow access to I2C for audio codec configuration
allow vis i2c_device:chr_file { rw_file_perms };