Home | History | Annotate | Download | only in common
      1 type thermal-engine, domain;
      2 type thermal-engine_exec, exec_type, vendor_file_type, file_type;
      3 
      4 init_daemon_domain(thermal-engine)
      5 
      6 allow thermal-engine self:capability2 block_suspend;
      7 
      8 # to read /sys/devices
      9 allow thermal-engine sysfs:dir r_dir_perms;
     10 
     11 allow thermal-engine sysfs_msm_subsys:dir r_dir_perms;
     12 allow thermal-engine sysfs_msm_subsys:file rw_file_perms;
     13 allow thermal-engine sysfs_soc:dir search;
     14 allow thermal-engine sysfs_soc:file r_file_perms;
     15 allow thermal-engine sysfs_thermal:dir r_dir_perms;
     16 allow thermal-engine sysfs_thermal:file rw_file_perms;
     17 allow thermal-engine sysfs_rmtfs:dir search;
     18 allow thermal-engine sysfs_rmtfs:file r_file_perms;
     19 
     20 allow thermal-engine audio_device:chr_file rw_file_perms;
     21 
     22 r_dir_file(thermal-engine, sysfs_leds)
     23 r_dir_file(thermal-engine, sysfs_msm_subsys)
     24 r_dir_file(thermal-engine, sysfs_uio)
     25 r_dir_file(thermal-engine, sysfs_batteryinfo)
     26 
     27 allow thermal-engine self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
     28 
     29 allow thermal-engine self:socket create_socket_perms;
     30 allowxperm thermal-engine self:socket ioctl msm_sock_ipc_ioctls;
     31 
     32 # reboot/shutdown for thermal limits exceeded
     33 set_prop(thermal-engine, powerctl_prop)
     34 
     35 allow thermal-engine self:global_capability2_class_set wake_alarm;
     36 
     37 dontaudit thermal-engine kernel:system module_request;
     38