aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/include/audit.h
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14SELinux: keep the code clean formating and syntaxEric Paris1-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 <[email protected]> Signed-off-by: James Morris <[email protected]>
2008-04-19Audit: Final renamings and cleanupAhmed S. Darwish1-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 <[email protected]> Signed-off-by: Ahmed S. Darwish <[email protected]> Acked-by: James Morris <[email protected]>