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 | 46 hidden_proto(getfilecon)
|
D | procattr.c | 352 hidden_def(getfilecon)
|
D | selinuxswig_python_exception.i | 236 %exception 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/ |
D | Android.bp | 93 "src/getfilecon.c", 167 "src/getfilecon.c", 196 "src/getfilecon.c", 280 "--allowlist-function=getfilecon",
|
D | exported_vendor.map | 7 getfilecon;
|
D | exported.map.txt | 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 | 119 (rc, c) = selinux.getfilecon(f) 200 (rc, c) = selinux.getfilecon(f)
|
/external/openssh/openbsd-compat/ |
D | port-linux.c | 153 if (getfilecon(tty, &old_tty_ctx) == -1) { in ssh_selinux_setup_pty()
|
/external/selinux/policycoreutils/sestatus/ |
D | sestatus.c | 471 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/python/sepolicy/sepolicy/ |
D | __init__.py | 729 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/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()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s8-us.log | 2632 [ 3.802515] [0: init: 457] init: SELinux: getfilecon fail: /dev/block/bootdevice/by-…
|