Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SELinux: keep the code clean formating and syntax | Eric Paris | 2008-07-14 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | 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> | ||||
* | SELinux: Fix a RCU free problem with the netport cache | Paul Moore | 2008-04-28 | 1 | -22/+18 |
| | | | | | | | | | The netport cache doesn't free resources in a manner which is safe or orderly. This patch fixes this by adding in a missing call to rcu_dereference() in sel_netport_insert() as well as some general cleanup throughout the file. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: James Morris <jmorris@namei.org> | ||||
* | SELinux: add netport.[ch] | James Morris | 2008-04-18 | 1 | -0/+286 |
Thank you, git. Signed-off-by: James Morris <jmorris@namei.org> |