Home
last modified time | relevance | path

Searched refs:getfilecon (Results 1 - 7 of 7) sorted by relevance

/third_party/toybox/lib/
H A Dlsm.h12 #define getfilecon(...) (-1) macro
100 else return getfilecon(filename, context); in lsm_get_context()
/third_party/selinux/libselinux/utils/
H A Dgetfilecon.c19 rc = getfilecon(argv[i], &buf); in main()
21 fprintf(stderr, "%s: getfilecon(%s) failed: %s\n", argv[0], in main()
H A Dselinuxexeccon.c22 int ret = getfilecon(command, &fcon); in get_selinux_proc_context()
/third_party/selinux/libselinux/src/
H A Dgetfilecon.c53 int getfilecon(const char *path, char ** context) in getfilecon() function
H A Dsetexecfilecon.c20 rc = getfilecon(filename, &fcon); in setexecfilecon()
/third_party/eudev/src/shared/
H A Dselinux-util.c221 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 Dselinux.h110 extern int getfilecon(const char *path, char ** con);

Completed in 3 milliseconds