Searched refs:matchpathcon (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libselinux/ |
D | ChangeLog | 105 * matchpathcon: add -m option to force file type check 135 * matchpathcon: bad handling of symlinks in / 158 * utils: Stop separating out matchpathcon as something special 201 * utils: matchpathcon: remove duplicate declaration 202 * src: matchpathcon: use myprintf not fprintf 203 * src: matchpathcon: make sure resolved path starts 209 * move realpath helper to matchpathcon library 304 * Make matchpathcon print <<none>> if path not found in fcontext file. 330 * Trim / from the end of input paths to matchpathcon from Dan Walsh. 332 * Move matchpathcon to /sbin, add matchpathcon to clean target from Dan Walsh. [all …]
|
/external/selinux/policycoreutils/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 | 26 int rc = matchpathcon(path, mode, &buf); in printmatchpathcon()
|
/external/selinux/libselinux/src/ |
D | selinuxswig_python.i | 22 status, context = matchpathcon(path, mode) 26 status, context = matchpathcon(path, mode)
|
D | matchpathcon.c | 409 int matchpathcon(const char *path, mode_t mode, char ** con) in matchpathcon() function 432 int i = matchpathcon(name, mode, con); in matchpathcon_index()
|
/external/openssh/openbsd-compat/ |
D | port-linux.c | 233 if (matchpathcon(path, 0700, &context) == 0) in ssh_selinux_setfscreatecon()
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 460 extern int matchpathcon(const char *path,
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 1317 * Rewrote setfiles to use matchpathcon and the new interfaces 1349 * Changed restorecon to ignore ENOENT errors from matchpathcon. 1414 Uses the new matchpathcon function from libselinux.
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | gui.py | 1133 con = selinux.matchpathcon(path,0)[1] 1142 con = selinux.matchpathcon(path,0)[1] 2412 con = selinux.matchpathcon(path,0)[1].split(":")[2]
|