summaryrefslogtreecommitdiffstats
path: root/security/selinux/include/audit.h
Commit message (Collapse)AuthorAgeFilesLines
* SELinux: keep the code clean formating and syntaxEric Paris2008-07-141-2/+2
| | | | | | | | | | | | | | | Formatting and syntax changes whitespace, tabs to spaces, trailing space put open { on same line as struct def remove unneeded {} after if statements change printk("Lu") to printk("llu") convert asm/uaccess.h to linux/uaacess.h includes remove unnecessary asm/bug.h includes convert all users of simple_strtol to strict_strtol Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
* Audit: Final renamings and cleanupAhmed S. Darwish2008-04-191-0/+65
Rename the se_str and se_rule audit fields elements to lsm_str and lsm_rule to avoid confusion. Signed-off-by: Casey Schaufler <casey@schaufler-ca.com> Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com> Acked-by: James Morris <jmorris@namei.org>
OpenPOWER on IntegriCloud