Searched refs:insert_id (Results 1 – 3 of 3) sorted by relevance
/third_party/selinux/checkpolicy/ |
D | policy_parse.y | 364 { if (insert_id("T",0)) return -1; } 366 { if (insert_id("F",0)) return -1; } 781 | GENFSCON filesystem path '-' '-' {insert_id("-", 0);} security_context_def 787 { if (insert_id(yytext,0)) return -1; } 794 { if (insert_id("~", 0)) return -1; } 796 { if (insert_id("~", 0)) return -1; 804 nested_xperm_element: xperm '-' { if (insert_id("-", 0)) return -1; } xperm 809 { if (insert_id(yytext,0)) return -1; } 838 { if (insert_id("*", 0)) return -1; 841 { if (insert_id("~", 0)) return -1; [all …]
|
D | policy_define.h | 71 int insert_id(const char *id,int push);
|
D | policy_define.c | 115 int insert_id(const char *id, int push) in insert_id() function
|