Home
last modified time | relevance | path

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

/external/selinux/libselinux/
DChangeLog105 * 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/
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.c26 int rc = matchpathcon(path, mode, &buf); in printmatchpathcon()
/external/selinux/libselinux/src/
Dselinuxswig_python.i22 status, context = matchpathcon(path, mode)
26 status, context = matchpathcon(path, mode)
Dmatchpathcon.c409 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/
Dport-linux.c233 if (matchpathcon(path, 0700, &context) == 0) in ssh_selinux_setfscreatecon()
/external/selinux/libselinux/include/selinux/
Dselinux.h460 extern int matchpathcon(const char *path,
/external/selinux/policycoreutils/
DChangeLog1317 * 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/
Dgui.py1133 con = selinux.matchpathcon(path,0)[1]
1142 con = selinux.matchpathcon(path,0)[1]
2412 con = selinux.matchpathcon(path,0)[1].split(":")[2]