Skip to content

Commit

Permalink
Workspace: Add python-dojo-suid
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorNelson committed Sep 7, 2024
1 parent d01cffe commit 4733e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/core/suid_interpreter.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int main(int argc, char **argv, char **envp)

#ifdef SUID_PYTHON_DOJO
char *child_argv_prefix[] = { "/run/dojo/bin/python", "-I", "--", NULL };
if (strcmp(first_line, "#!/usr/bin/env python-suid\n"))
if (strcmp(first_line, "#!/usr/bin/env python-dojo-suid\n"))
return ERROR_BAD_SHEBANG;
#endif

Expand Down

0 comments on commit 4733e12

Please sign in to comment.