|
@@ -98,7 +98,6 @@ struct audit_aux_data {
|
|
|
struct audit_aux_data_execve {
|
|
struct audit_aux_data_execve {
|
|
|
struct audit_aux_data d;
|
|
struct audit_aux_data d;
|
|
|
int argc;
|
|
int argc;
|
|
|
- int envc;
|
|
|
|
|
struct mm_struct *mm;
|
|
struct mm_struct *mm;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
@@ -2158,7 +2157,6 @@ int __audit_bprm(struct linux_binprm *bprm)
|
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|
|
|
|
|
|
|
|
ax->argc = bprm->argc;
|
|
ax->argc = bprm->argc;
|
|
|
- ax->envc = bprm->envc;
|
|
|
|
|
ax->mm = bprm->mm;
|
|
ax->mm = bprm->mm;
|
|
|
ax->d.type = AUDIT_EXECVE;
|
|
ax->d.type = AUDIT_EXECVE;
|
|
|
ax->d.next = context->aux;
|
|
ax->d.next = context->aux;
|