OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mlstrustedsubject
(Results
1 - 5
of
5
) sorted by null
/system/sepolicy/
mls
23
((h1 eq h2 and l1 eq l2) or t1 ==
mlstrustedsubject
);
27
(l1 dom l2 or t1 ==
mlstrustedsubject
);
31
(l1 eq l2 or t1 ==
mlstrustedsubject
);
40
((h1 eq h2 and l1 eq l2) or t1 ==
mlstrustedsubject
);
45
(l1 eq l2 or t1 ==
mlstrustedsubject
or t2 ==
mlstrustedsubject
);
50
(l1 eq l2 or t1 ==
mlstrustedsubject
or t2 ==
mlstrustedsubject
);
60
(l2 eq h2 and (l1 eq l2 or t1 ==
mlstrustedsubject
));
70
(t2 != app_data_file or l1 eq l2 or t1 ==
mlstrustedsubject
);
[
all
...]
attributes
89
attribute
mlstrustedsubject
;
priv_app.te
124
# Do not allow priv_app to be assigned
mlstrustedsubject
.
130
# never be granted to any other domain within
mlstrustedsubject
)
132
neverallow priv_app
mlstrustedsubject
:process fork;
untrusted_app.te
133
# Do not allow untrusted_app to be assigned
mlstrustedsubject
.
139
# never be granted to any other domain within
mlstrustedsubject
)
141
neverallow untrusted_app
mlstrustedsubject
:process fork;
system_server.te
5
type system_server, domain, domain_deprecated,
mlstrustedsubject
;
Completed in 73 milliseconds