blob: bc8ae7fe15a57bcb51d801e3bedcd0787ddcaecf (
plain) (
blame)
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
|
# ==============================================
# Policy File of /system/binpq Executable File
# ==============================================
# Type Declaration
# ==============================================
type pq_exec , exec_type, file_type;
type pq ,domain;
# ==============================================
# Android Policy Rule
# ==============================================
# ==============================================
# NSA Policy Rule
# ==============================================
# ==============================================
# MTK Policy Rule
# ==============================================
#permissive pq;
init_daemon_domain(pq)
# unconfined_domain(pq)
# Date : 2014/10/16
# Operation : Migration
# Purpose : for enforcing
allow pq system_prop:property_service set;
allow pq graphics_device:chr_file { read write open ioctl };
# Date : 2014/10/29
# Operation : Migration
# Purpose : for enforcing
allow pq init:unix_stream_socket connectto;
allow pq property_socket:sock_file write;
allow pq tmpfs:lnk_file read;
|