Home
last modified time | relevance | path

Searched refs:matchpathcon (Results 1 – 9 of 9) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/help/
Dfile_equiv.txt9matchpathcon 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.gitignore14 matchpathcon
Dmatchpathcon.c25 int rc = matchpathcon(path, mode, &buf); in printmatchpathcon()
/external/selinux/libselinux/src/
Dmatchpathcon.c431 int matchpathcon(const char *path, mode_t mode, char ** con) in matchpathcon() function
454 int i = matchpathcon(name, mode, con); in matchpathcon_index()
DMakefile114 matchpathcon.c setrans_client.c sha1.c booleans.c
/external/openssh/openbsd-compat/
Dport-linux.c231 if (matchpathcon(path, 0700, &context) == 0) in ssh_selinux_setfscreatecon()
/external/selinux/libselinux/
DAndroid.bp26 "src/matchpathcon.c",
/external/selinux/libselinux/include/selinux/
Dselinux.h463 extern int matchpathcon(const char *path,
/external/selinux/python/sepolicy/sepolicy/
Dgui.py1142 con = selinux.matchpathcon(path, 0)[1]
1151 con = selinux.matchpathcon(path, 0)[1]
2422 con = selinux.matchpathcon(path, 0)[1].split(":")[2]