blob: bbaa1bbbaad6599ee60730be218fba6ae144d4ea (
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/binaal Executable File
# ==============================================
# Type Declaration
# ==============================================
type aal_exec , exec_type, file_type;
type aal ,domain;
# ==============================================
# Android Policy Rule
# ==============================================
# ==============================================
# NSA Policy Rule
# ==============================================
# ==============================================
# MTK Policy Rule
# ==============================================
# permissive aal;
init_daemon_domain(aal)
# unconfined_domain(aal)
# Date : 2014/09/09 (or WK14.37)
# Operation : Migration
# Purpose : allow Binder IPC
binder_use(aal)
binder_call(aal, binderservicedomain)
binder_service(aal)
# Date : WK14.41
# Operation : Migration
# Purpose : All enforing mode
allow aal aal_als_device:chr_file { read open ioctl };
allow aal graphics_device:chr_file { read open ioctl };
allow aal graphics_device:dir search;
allow aal aal_service:service_manager add;
|