Searched refs:getfilecon (Results 1 - 7 of 7) sorted by relevance
/third_party/toybox/lib/ |
H A D | lsm.h | 12 #define getfilecon(...) (-1) macro 100 else return getfilecon(filename, context); in lsm_get_context()
|
/third_party/selinux/libselinux/utils/ |
H A D | getfilecon.c | 19 rc = getfilecon(argv[i], &buf); in main() 21 fprintf(stderr, "%s: getfilecon(%s) failed: %s\n", argv[0], in main()
|
H A D | selinuxexeccon.c | 22 int ret = getfilecon(command, &fcon); in get_selinux_proc_context()
|
/third_party/selinux/libselinux/src/ |
H A D | getfilecon.c | 53 int getfilecon(const char *path, char ** context) in getfilecon() function
|
H A D | setexecfilecon.c | 20 rc = getfilecon(filename, &fcon); in setexecfilecon()
|
/third_party/eudev/src/shared/ |
H A D | selinux-util.c | 221 r = getfilecon(exe, &fcon); in mac_selinux_get_create_label_from_exe() 278 r = getfilecon(exe, &fcon); in mac_selinux_get_child_mls_label()
|
/third_party/selinux/libselinux/include/selinux/ |
H A D | selinux.h | 110 extern int getfilecon(const char *path, char ** con);
|
Completed in 5 milliseconds