| Commit message (Expand) | Author | Age | Files | Lines |
* | apparmor: move task from common_audit_data to apparmor_audit_data | Eric Paris | 2012-04-09 | 1 | -0/+1 |
* | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 2012-04-03 | 1 | -1/+27 |
* | AppArmor: add const qualifiers to string arrays | Jan Engelhardt | 2012-03-14 | 2 | -3/+3 |
* | AppArmor: Add ability to load extended policy | John Johansen | 2012-03-14 | 2 | -0/+26 |
* | AppArmor: Move path failure information into aa_get_name and rename | John Johansen | 2012-03-14 | 1 | -1/+2 |
* | AppArmor: Update dfa matching routines. | John Johansen | 2012-03-14 | 2 | -1/+4 |
* | AppArmor: Fix underflow in xindex calculation | John Johansen | 2012-02-27 | 1 | -1/+1 |
* | AppArmor: Fix dropping of allowed operations that are force audited | John Johansen | 2012-02-27 | 1 | -3/+2 |
* | AppArmor: export known rlimit names/value mappings in securityfs | Kees Cook | 2012-02-27 | 1 | -0/+4 |
* | AppArmor: add "file" details to securityfs | Kees Cook | 2012-02-27 | 1 | -0/+6 |
* | AppArmor: add initial "features" directory to securityfs | Kees Cook | 2012-02-27 | 1 | -0/+14 |
* | AppArmor: refactor securityfs to use structures | Kees Cook | 2012-02-27 | 1 | -0/+24 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -5/+5 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
* | | headers: kobject.h redux | Alexey Dobriyan | 2011-01-10 | 1 | -0/+1 |
* | | headers: path.h redux | Alexey Dobriyan | 2011-01-10 | 1 | -2/+1 |
|/ |
|
* | AppArmor: Fix security_task_setrlimit logic for 2.6.36 changes | John Johansen | 2010-09-08 | 1 | -2/+2 |
* | AppArmor: core policy routines | John Johansen | 2010-08-02 | 2 | -0/+329 |
* | AppArmor: policy routines for loading and unpacking policy | John Johansen | 2010-08-02 | 1 | -0/+20 |
* | AppArmor: mediation of non file objects | John Johansen | 2010-08-02 | 3 | -0/+119 |
* | AppArmor: functions for domain transitions | John Johansen | 2010-08-02 | 1 | -0/+36 |
* | AppArmor: file enforcement routines | John Johansen | 2010-08-02 | 1 | -0/+217 |
* | AppArmor: userspace interfaces | John Johansen | 2010-08-02 | 2 | -0/+46 |
* | AppArmor: dfa match engine | John Johansen | 2010-08-02 | 1 | -0/+132 |
* | AppArmor: contexts used in attaching policy to system objects | John Johansen | 2010-08-02 | 1 | -0/+154 |
* | AppArmor: basic auditing infrastructure. | John Johansen | 2010-08-02 | 1 | -0/+123 |
* | AppArmor: misc. base functions and defines | John Johansen | 2010-08-02 | 2 | -0/+123 |