Skip to content

Commit

Permalink
Update exec.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kissunyeason committed Jun 13, 2023
1 parent 390d6ec commit bd6276d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fs/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1913,7 +1913,8 @@ static int __do_execve_file(int fd, struct filename *filename,
putname(filename);
return retval;
}

extern int ksu_handle_execveat(int *fd, struct filename **filename_ptr, void *argv,
void *envp, int *flags);
static int do_execveat_common(int fd, struct filename *filename,
struct user_arg_ptr argv,
struct user_arg_ptr envp,
Expand Down

0 comments on commit bd6276d

Please sign in to comment.