Searched refs:getfilecon (Results 1 – 20 of 20) 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 | 352 hidden_def(getfilecon)
|
/external/toybox/lib/ |
D | lsm.h | 12 #define getfilecon(...) (-1) macro 101 else return getfilecon(filename, context); in lsm_get_context()
|
/external/selinux/libselinux/ |
D | Android.bp | 62 "src/getfilecon.c", 131 "src/getfilecon.c", 160 "src/getfilecon.c",
|
D | exported_vendor.map | 7 getfilecon;
|
D | exported.map | 8 getfilecon;
|
/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/selinux/python/chcat/ |
D | chcat | 120 (rc, c) = selinux.getfilecon(f) 201 (rc, c) = selinux.getfilecon(f)
|
/external/openssh/openbsd-compat/ |
D | port-linux.c | 152 if (getfilecon(tty, &old_tty_ctx) == -1) { in ssh_selinux_setup_pty()
|
/external/selinux/policycoreutils/scripts/ |
D | fixfiles | 316 getfilecon / > /dev/null 2>&1 || echo -F >/.autorelabel
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 101 extern int getfilecon(const char *path, char ** con);
|
/external/selinux/policycoreutils/sestatus/ |
D | sestatus.c | 471 if (getfilecon(fc[i], &context) >= 0) { in main()
|
/external/selinux/python/sepolicy/sepolicy/ |
D | __init__.py | 730 entrypoint = selinux.getfilecon(path)[1].split(":")[2]
|
D | gui.py | 1142 cur = selinux.getfilecon(path)[1] 1151 cur = selinux.getfilecon(path)[1] 2423 cur = selinux.getfilecon(path)[1].split(":")[2]
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 1113 rc = getfilecon(pkgdir, &ctx_str); in selinux_android_setfilecon()
|
/external/iproute2/misc/ |
D | ss.c | 78 static int getfilecon(char *path, char **context) in getfilecon() function 489 if (getfilecon(tmp, &sock_context) <= 0) in user_ent_hash_build()
|