Searched refs:semanage_fcontext_set_con (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsemanage/src/ |
D | fcontext_record.c | 242 int semanage_fcontext_set_con(semanage_handle_t * handle, in hidden_def() 259 hidden_def(semanage_fcontext_set_con) in hidden_def() argument
|
D | fcontext_internal.h | 24 hidden_proto(semanage_fcontext_set_con)
|
D | fcontexts_file.c | 140 if (con && semanage_fcontext_set_con(handle, fcontext, con) < 0) in fcontext_parse()
|
D | pywrap-test.py | 650 status = semanage.semanage_fcontext_set_con(sh, fcon, con)
|
/external/selinux/libsemanage/example/ |
D | test_fcontext.c | 56 if (semanage_fcontext_set_con(sh, fcontext, con) < 0) { in main()
|
/external/selinux/libsemanage/include/semanage/ |
D | fcontext_record.h | 64 extern int semanage_fcontext_set_con(semanage_handle_t * handle,
|
/external/selinux/python/semanage/ |
D | seobject.py | 1911 rc = semanage_fcontext_set_con(self.sh, fcontext, con) 1978 rc = semanage_fcontext_set_con(self.sh, fcontext, con) 1982 rc = semanage_fcontext_set_con(self.sh, fcontext, None)
|