Home
last modified time | relevance | path

Searched refs:semanage_context_from_string (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsemanage/src/
Dcontext_record.c94 int semanage_context_from_string(semanage_handle_t * handle, in hidden_def()
101 hidden_def(semanage_context_from_string) in hidden_def() argument
Dinterfaces_file.c88 if (semanage_context_from_string(handle, str, &con) < 0) { in iface_parse()
112 if (semanage_context_from_string(handle, str, &con) < 0) { in iface_parse()
Dcontext_internal.h9 hidden_proto(semanage_context_from_string)
Dibendports_file.c98 if (semanage_context_from_string(handle, str, &con) < 0) { in ibendport_parse()
Dibpkeys_file.c121 if (semanage_context_from_string(handle, str, &con) < 0) { in ibpkey_parse()
Dports_file.c125 if (semanage_context_from_string(handle, str, &con) < 0) { in port_parse()
Dfcontexts_file.c132 if (semanage_context_from_string(handle, str, &con) < 0) { in fcontext_parse()
Dnodes_file.c122 if (semanage_context_from_string(handle, str, &con) < 0) { in node_parse()
/external/selinux/libsemanage/include/semanage/
Dcontext_record.h53 extern int semanage_context_from_string(semanage_handle_t * handle,
/external/selinux/libsemanage/example/
Dtest_fcontext.c51 if (semanage_context_from_string(sh, argv[1], &con)) { in main()