Home
last modified time | relevance | path

Searched refs:semanage_fcontext_set_con (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libsemanage/src/
Dfcontext_record.c242 int semanage_fcontext_set_con(semanage_handle_t * handle, in hidden_def()
259 hidden_def(semanage_fcontext_set_con) in hidden_def() argument
Dfcontext_internal.h24 hidden_proto(semanage_fcontext_set_con)
Dfcontexts_file.c140 if (con && semanage_fcontext_set_con(handle, fcontext, con) < 0) in fcontext_parse()
Dpywrap-test.py650 status = semanage.semanage_fcontext_set_con(sh, fcon, con)
/external/selinux/libsemanage/example/
Dtest_fcontext.c56 if (semanage_fcontext_set_con(sh, fcontext, con) < 0) { in main()
/external/selinux/libsemanage/include/semanage/
Dfcontext_record.h64 extern int semanage_fcontext_set_con(semanage_handle_t * handle,
/external/selinux/policycoreutils/semanage/
Dseobject.py1867 rc = semanage_fcontext_set_con(self.sh, fcontext, con)
1927 rc = semanage_fcontext_set_con(self.sh, fcontext, con)
1931 rc = semanage_fcontext_set_con(self.sh, fcontext, None)
/external/selinux/libsepol/
DChangeLog258 This happens for e.g. semanage_fcontext_set_con(sh, fcontext, NULL)