Searched refs:matchpathcon (Results 1 – 9 of 9) sorted by relevance
/external/selinux/python/sepolicy/sepolicy/help/ |
D | file_equiv.txt | 9 …matchpathcon function is called. Tools like restorecon/rpm/udev and others will all follow the su… 19 # matchpathcon /export/home/dwalsh/.ssh
|
/external/selinux/libselinux/utils/ |
D | .gitignore | 14 matchpathcon
|
D | matchpathcon.c | 25 int rc = matchpathcon(path, mode, &buf); in printmatchpathcon()
|
/external/selinux/libselinux/src/ |
D | matchpathcon.c | 431 int matchpathcon(const char *path, mode_t mode, char ** con) in matchpathcon() function 454 int i = matchpathcon(name, mode, con); in matchpathcon_index()
|
D | Makefile | 114 matchpathcon.c setrans_client.c sha1.c booleans.c
|
/external/openssh/openbsd-compat/ |
D | port-linux.c | 231 if (matchpathcon(path, 0700, &context) == 0) in ssh_selinux_setfscreatecon()
|
/external/selinux/libselinux/ |
D | Android.bp | 26 "src/matchpathcon.c",
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 463 extern int matchpathcon(const char *path,
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 1142 con = selinux.matchpathcon(path, 0)[1] 1151 con = selinux.matchpathcon(path, 0)[1] 2422 con = selinux.matchpathcon(path, 0)[1].split(":")[2]
|