/external/selinux/libselinux/man/man3/ |
fgetfilecon.3 | 1 .so man3/getfilecon.3
|
fgetfilecon_raw.3 | 1 .so man3/getfilecon.3
|
getfilecon_raw.3 | 1 .so man3/getfilecon.3
|
lgetfilecon.3 | 1 .so man3/getfilecon.3
|
lgetfilecon_raw.3 | 1 .so man3/getfilecon.3
|
getfilecon.3 | 1 .TH "getfilecon" "3" "1 January 2004" "russell@coker.com.au" "SELinux API documentation" 3 getfilecon, fgetfilecon, lgetfilecon \- get SELinux security context of a file 8 .BI "int getfilecon(const char *" path ", char **" con ); 21 .BR getfilecon () 27 .BR getfilecon (), 33 .BR getfilecon (),
|
/external/selinux/libselinux/utils/ |
.gitignore | 10 getfilecon
|
getfilecon.c | 17 rc = getfilecon(argv[i], &buf); 19 fprintf(stderr, "%s: getfilecon(%s) failed\n", argv[0],
|
selinuxexeccon.c | 22 int ret = getfilecon(command, &fcon);
|
/external/selinux/libselinux/src/ |
getfilecon.c | 54 int getfilecon(const char *path, char ** context) 73 hidden_def(getfilecon)
|
setexecfilecon.c | 20 rc = getfilecon(filename, &fcon);
|
selinux_internal.h | 44 hidden_proto(getfilecon)
|
procattr.c | 325 hidden_def(getfilecon)
|
/external/libselinux/src/ |
getfilecon.c | 10 int getfilecon(const char *path, char ** context) function
|
selinux_internal.h | 40 hidden_proto(getfilecon)
|
procattr.c | 162 hidden_def(getfilecon)
|
/external/toybox/lib/ |
lsm.h | 12 #define getfilecon(...) (-1) macro 100 else return getfilecon(filename, context);
|
/cts/tests/tests/security/jni/ |
android_security_cts_SELinuxTest.cpp | 48 int ret = getfilecon(path.c_str(), &tmp);
|
/frameworks/base/core/jni/ |
android_os_SELinux.cpp | 165 * Function: getFileCon 174 static jstring getFileCon(JNIEnv *env, jobject, jstring pathStr) { 185 int ret = getfilecon(path.c_str(), &tmp); 193 ALOGV("getFileCon(%s) => %s", path.c_str(), context.get()); 327 { "getFileContext" , "(Ljava/lang/String;)Ljava/lang/String;" , (void*)getFileCon },
|
/external/libselinux/ |
Android.mk | 11 src/getfilecon.c \
|
/external/selinux/policycoreutils/scripts/ |
chcat | 115 (rc, c) = selinux.getfilecon(f) 194 (rc, c) = selinux.getfilecon(f)
|
/external/selinux/libselinux/ |
ChangeLog | 123 * Use ENOTSUP instead of EOPNOTSUPP for getfilecon functions 530 * Re-map a getxattr return value of 0 to a getfilecon return value of -1 with errno EOPNOTSUPP from Stephen Smalley. 560 * Fix for getfilecon() for zero-length contexts from Stephen Smalley. 698 * Merged return value fix for *getfilecon() from Dan Walsh. [all...] |
/external/libselinux/include/selinux/ |
selinux.h | 89 extern int getfilecon(const char *path, char ** con);
|
/external/selinux/policycoreutils/sestatus/ |
sestatus.c | 449 if (getfilecon(fc[i], &context) >= 0) {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/ |
__init__.py | 696 def getfilecon(*args): function 697 return _selinux.getfilecon(*args) 698 getfilecon = _selinux.getfilecon variable [all...] |