HomeSort by relevance Sort by last modified time
    Searched refs: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
88 selabel_option[0].value = file;
89 selabel_option[1].value = validate;
91 hnd = selabel_open(backend, selabel_option, 2);
selabel_digest.c 73 struct selinux_opt selabel_option[] = { local
122 selabel_option[0].value = file;
123 selabel_option[1].value = baseonly;
124 selabel_option[2].value = digest;
126 hnd = selabel_open(backend, selabel_option, 3);

Completed in 76 milliseconds