X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Faudit.h;h=7bb65730c89015a9a30249ecd6fd0921a7ec1c14;hb=3d535eddf2b7fc93126aaf4e36c05fe751fb8c4b;hp=8df132214606f2b06e08e916196779b1aee64ad6;hpb=9f800363bb0ea459e15bef0928a72c88d374e489;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/audit.h b/kernel/audit.h index 8df132214606..7bb65730c890 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -106,6 +106,11 @@ struct audit_names { bool should_free; }; +struct audit_proctitle { + int len; /* length of the cmdline field. */ + char *value; /* the cmdline field */ +}; + /* The per-task audit context. */ struct audit_context { int dummy; /* must be the first element */ @@ -202,6 +207,7 @@ struct audit_context { } execve; }; int fds[2]; + struct audit_proctitle proctitle; #if AUDIT_DEBUG int put_count;