Searched refs:matchpathcon (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libselinux/ |
D | ChangeLog | 41 * matchpathcon/selabel_file: Fix man pages, from Stephen Smalley. 146 * matchpathcon: add -m option to force file type check 176 * matchpathcon: bad handling of symlinks in / 199 * utils: Stop separating out matchpathcon as something special 242 * utils: matchpathcon: remove duplicate declaration 243 * src: matchpathcon: use myprintf not fprintf 244 * src: matchpathcon: make sure resolved path starts 250 * move realpath helper to matchpathcon library 345 * Make matchpathcon print <<none>> if path not found in fcontext file. 371 * Trim / from the end of input paths to matchpathcon 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/selinux/libselinux/include/selinux/ |
D | selinux.h | 460 extern int matchpathcon(const char *path,
|
/external/selinux/policycoreutils/ |
D | ChangeLog | 1338 * Rewrote setfiles to use matchpathcon and the new interfaces 1370 * Changed restorecon to ignore ENOENT errors from matchpathcon. 1435 Uses the new matchpathcon function from libselinux.
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | gui.py | 1137 con = selinux.matchpathcon(path, 0)[1] 1146 con = selinux.matchpathcon(path, 0)[1] 2417 con = selinux.matchpathcon(path, 0)[1].split(":")[2]
|