kernel: fmt
This commit is contained in:
@@ -24,19 +24,19 @@ extern bool ksu_boot_completed;
|
||||
#define MAX_ARG_STRINGS 0x7FFFFFFF
|
||||
struct user_arg_ptr {
|
||||
#ifdef CONFIG_COMPAT
|
||||
bool is_compat;
|
||||
bool is_compat;
|
||||
#endif
|
||||
union {
|
||||
const char __user *const __user *native;
|
||||
union {
|
||||
const char __user *const __user *native;
|
||||
#ifdef CONFIG_COMPAT
|
||||
const compat_uptr_t __user *compat;
|
||||
const compat_uptr_t __user *compat;
|
||||
#endif
|
||||
} ptr;
|
||||
} ptr;
|
||||
};
|
||||
|
||||
int ksu_handle_execveat_ksud(int *fd, struct filename **filename_ptr,
|
||||
struct user_arg_ptr *argv,
|
||||
struct user_arg_ptr *envp, int *flags);
|
||||
struct user_arg_ptr *argv,
|
||||
struct user_arg_ptr *envp, int *flags);
|
||||
#endif // #ifdef CONFIG_KSU_SUSFS
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user