repl = GLRO(dl_platform);
else if ((len = is_dst (start, name, "LIB", 0)) != 0)
repl = DL_DST_LIB;
- else if ((len = is_dst (start, name, "EXEC_ORIGIN", is_path, 0)) != 0)
+ else if ((len = is_dst (start, name, "EXEC_ORIGIN", 0)) != 0)
{
- if (INTUSE(__libc_enable_secure) != 0)
+ if (__libc_enable_secure)
_dl_fatal_printf ("$EXEC_ORIGIN rpath entry not allowed in setuid/setgid executables.\n");
repl = GLRO(google_exec_origin_dir);
in LIST\n\
--audit LIST use objects named in LIST as auditors\n");
- set_exec_origin_dir (INTUSE(_dl_argv)[1]);
+ set_exec_origin_dir (_dl_argv[1]);
++_dl_skip_args;
--_dl_argc;