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

  /external/selinux/libsemanage/example/
test_fcontext.c 12 semanage_fcontext_t *fcontext; local
45 if (semanage_fcontext_create(sh, &fcontext) < 0) {
49 semanage_fcontext_set_expr(sh, fcontext, argv[2]);
56 if (semanage_fcontext_set_con(sh, fcontext, con) < 0) {
61 semanage_fcontext_set_type(fcontext, SEMANAGE_FCONTEXT_REG);
63 if(semanage_fcontext_modify_local(sh, k, fcontext) < 0) {
68 semanage_fcontext_free(fcontext);
  /external/selinux/libselinux/src/
matchpathcon.c 493 char * fcontext = NULL; local
518 if (selabel_lookup_raw(hnd, &fcontext, path, mode) != 0) {
530 rc = (selinux_file_context_cmp(fcontext, con) == 0);
534 freecon(fcontext);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 3012 tree fcontext; variable
    [all...]

Completed in 320 milliseconds