Searched refs:getfilecon (Results 1 – 22 of 22) sorted by relevance
/external/selinux/libselinux/src/ |
D | getfilecon.c | 54 int getfilecon(const char *path, char ** context) in hidden_def() 73 hidden_def(getfilecon)
|
D | setexecfilecon.c | 20 rc = getfilecon(filename, &fcon); in setexecfilecon()
|
D | selinux_internal.h | 44 hidden_proto(getfilecon)
|
D | procattr.c | 325 hidden_def(getfilecon)
|
/external/toybox/lib/ |
D | lsm.h | 12 #define getfilecon(...) (-1) macro 100 else return getfilecon(filename, context); in lsm_get_context()
|
/external/selinux/libselinux/utils/ |
D | .gitignore | 10 getfilecon
|
D | getfilecon.c | 17 rc = getfilecon(argv[i], &buf); in main()
|
D | selinuxexeccon.c | 22 int ret = getfilecon(command, &fcon); in get_selinux_proc_context()
|
/external/libselinux/src/ |
D | getfilecon.c | 10 int getfilecon(const char *path, char ** context) in getfilecon() function
|
D | selinux_internal.h | 40 hidden_proto(getfilecon)
|
D | procattr.c | 162 hidden_def(getfilecon)
|
D | android.c | 847 rc = getfilecon(pkgdir, &ctx_str); in selinux_android_setfilecon()
|
/external/libselinux/include/selinux/ |
D | selinux.h | 89 extern int getfilecon(const char *path, char ** con);
|
/external/selinux/policycoreutils/scripts/ |
D | chcat | 115 (rc, c) = selinux.getfilecon(f) 194 (rc, c) = selinux.getfilecon(f)
|
D | fixfiles | 323 getfilecon / > /dev/null 2>&1 || echo -F >/.autorelabel
|
/external/libselinux/ |
D | Android.mk | 11 src/getfilecon.c \
|
/external/selinux/policycoreutils/sestatus/ |
D | sestatus.c | 449 if (getfilecon(fc[i], &context) >= 0) { in main()
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 101 extern int getfilecon(const char *path, char ** con);
|
/external/selinux/libselinux/ |
D | 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 fro… 560 * Fix for getfilecon() for zero-length contexts from Stephen Smalley. 698 * Merged return value fix for *getfilecon() from Dan Walsh. 1202 and handle allocation ala getfilecon. 1214 * Fixed type for 'size' in *getfilecon.
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | __init__.py | 387 entrypoint = selinux.getfilecon(path)[1].split(":")[2]
|
D | gui.py | 1138 cur = selinux.getfilecon(path)[1] 1147 cur = selinux.getfilecon(path)[1] 2416 cur = selinux.getfilecon(path)[1].split(":")[2]
|
/external/iproute2/misc/ |
D | ss.c | 76 static int getfilecon(char *path, char **context) in getfilecon() function 523 if (getfilecon(tmp, &sock_context) <= 0) in user_ent_hash_build()
|