Home
last modified time | relevance | path

Searched refs:selinux_check_access (Results 1 – 7 of 7) sorted by relevance

/third_party/selinux/libselinux/utils/
D.gitignore28 selinux_check_access
Dselinux_check_access.c45 rc = selinux_check_access(argv[optind], argv[optind + 1], in main()
/third_party/selinux/libselinux/src/
DcheckAccess.c22 int selinux_check_access(const char *scon, const char *tcon, const char *class, const char *perm, v… in selinux_check_access() function
Dlibselinux.map153 selinux_check_access;
Dselinuxswig_python_exception.i730 %exception selinux_check_access {
/third_party/selinux/
DBUILD.gn331 ohos_executable("selinux_check_access") {
333 sources = [ "$LIBSELINUX_ROOT_DIR/utils/selinux_check_access.c" ]
/third_party/selinux/libselinux/include/selinux/
Dselinux.h635 extern int selinux_check_access(const char * scon, const char * tcon, const char *tclass, const cha…