HomeSort by relevance Sort by last modified time
    Searched full:selabel_option (Results 1 - 3 of 3) sorted by null

  /external/selinux/libselinux/utils/
selabel_partial_match.c 34 struct selinux_opt selabel_option[] = { local
58 selabel_option[0].value = file;
59 selabel_option[1].value = validate;
61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2);
selabel_lookup.c 39 struct selinux_opt selabel_option[] = { local
86 selabel_option[0].value = file;
87 selabel_option[1].value = validate;
89 hnd = selabel_open(backend, selabel_option, 2);
selabel_digest.c 73 struct selinux_opt selabel_option[] = { local
120 selabel_option[0].value = file;
121 selabel_option[1].value = baseonly;
122 selabel_option[2].value = digest;
124 hnd = selabel_open(backend, selabel_option, 3);

Completed in 105 milliseconds