Searched refs:fgetfilecon (Results 1 – 9 of 9) sorted by relevance
/external/toybox/lib/ |
D | lsm.h | 14 #define fgetfilecon(...) (-1) macro 114 return fgetfilecon(file, context); in lsm_fget_context()
|
/external/selinux/libselinux/ |
D | exported_vendor.map | 3 fgetfilecon;
|
D | exported.map.txt | 3 fgetfilecon;
|
D | Android.bp | 90 "src/fgetfilecon.c", 165 "src/fgetfilecon.c", 275 "--allowlist-function=fgetfilecon",
|
/external/selinux/libselinux/src/ |
D | fgetfilecon.c | 54 int fgetfilecon(int fd, char ** context) in hidden_def()
|
D | selinuxswig_python_exception.i | 272 %exception fgetfilecon {
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 729 if (fgetfilecon(fd, &tty_con) < 0) { in relabel_tty() 791 if ((rc = fgetfilecon(fd, &chk_tty_context)) < 0) { in restore_tty_label() 885 if (fgetfilecon(STDIN_FILENO, &tty_con) >= 0) { in parse_command_line_arguments()
|
/external/selinux/libselinux/include/selinux/ |
D | selinux.h | 105 extern int fgetfilecon(int fd, char ** con);
|
/external/selinux/sandbox/ |
D | seunshare.c | 459 if (fgetfilecon(fd_s, &con) == -1) { in create_tmpdir()
|