OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OBJECT_R
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/include/sepol/policydb/
policydb.h
761
#define
OBJECT_R
"
object_r
"
/external/selinux/libsepol/src/
policydb.c
683
* Initialize the role table by implicitly adding role '
object_r
'. If
684
* the policy is a module, set
object_r
's scope to be SCOPE_REQ,
698
key = malloc(strlen(
OBJECT_R
) + 1);
703
strcpy(key,
OBJECT_R
);
[
all
...]
link.c
[
all
...]
expand.c
741
if (strcmp(id,
OBJECT_R
) == 0) {
742
/*
object_r
is never a role attribute by far */
808
if (strcmp(id,
OBJECT_R
) == 0) {
809
/*
object_r
is always value 1 */
[
all
...]
Completed in 47 milliseconds