summaryrefslogtreecommitdiffstats
path: root/common/mm-pp-daemon.te
blob: 20a47f6134e19970f4e6d7e3c5e575bda078b425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
type mm-pp-daemon, domain;
type mm-pp-daemon_exec, exec_type, vendor_file_type, file_type;

init_daemon_domain(mm-pp-daemon)

#Need to use fb ioctls to communicate with kernel
allow mm-pp-daemon graphics_device:chr_file rw_file_perms;
allow mm-pp-daemon graphics_device:dir r_dir_perms;

# Allow reading/writing to '/persist/display/*'
# The color config file is dynamically created
allow mm-pp-daemon persist_display_file:dir rw_dir_perms;
allow mm-pp-daemon persist_display_file:file create_file_perms;

# Allow for directory search only to '/persist'
allow mm-pp-daemon persist_file:dir search;

# Allow reading/writing data config files
allow mm-pp-daemon display_misc_file:dir create_dir_perms;
allow mm-pp-daemon display_misc_file:file create_file_perms;

# Allow read to sensor device and read/write to sensor socket
allow mm-pp-daemon sensors_device:chr_file r_file_perms;
allow mm-pp-daemon sensors_socket:sock_file rw_file_perms;
allow mm-pp-daemon sensors:unix_stream_socket connectto;


# Rule for IPC communication
allow mm-pp-daemon qdisplay_service:service_manager find;
vndbinder_use(mm-pp-daemon)
hal_client_domain(mm-pp-daemon, hal_graphics_composer)
allow mm-pp-daemon fwk_sensor_hwservice:hwservice_manager find;
# Allow service manager to find surface flinger service,
# sensorservice service, permission_service, and power service (for
# acquire wakelock)
#allow mm-pp-daemon { surfaceflinger_service sensorservice_service
#    permission_service power_service }:service_manager find;
# Allow mm-pp-daemon to call binder for screen refresh
#binder_use(mm-pp-daemon)
binder_call(mm-pp-daemon, system_server)

userdebug_or_eng(`
  # This allows pp-daemon to use shell commands to blank
  # the display - it uses input keyevent to do this
  allow mm-pp-daemon { vendor_shell_exec
                      #zygote_exec 
  }:file rx_file_perms;
  allow mm-pp-daemon system_file:file x_file_perms;
  allow mm-pp-daemon self:process ptrace;


  # This allow pp-daemon access to diag
  diag_use(mm-pp-daemon)
')

# Allow mm-pp-daemon to change the brightness
allow mm-pp-daemon sysfs_leds:dir r_dir_perms;
allow mm-pp-daemon sysfs_leds:file rw_file_perms;
allow mm-pp-daemon sysfs_leds:lnk_file read;
allow mm-pp-daemon sysfs_graphics:dir r_dir_perms;
allow mm-pp-daemon sysfs_graphics:file rw_file_perms;
allow mm-pp-daemon sysfs_data:file r_file_perms;

userdebug_or_eng(`
set_prop(mm-pp-daemon, debug_prop)
')

# Allow socket calls in pp-daemon
unix_socket_connect(mm-pp-daemon, pps, init)

allow mm-pp-daemon init:unix_stream_socket { listen accept };

# Allow connections between sensor manager and mm-pp-daemon
#allow mm-pp-daemon system_server:unix_stream_socket rw_socket_perms;

# access lcd-backlight
r_dir_file(mm-pp-daemon, sysfs_leds)