Age | Commit message (Expand) | Author | Files | Lines |
2013-08-14 | apparmor: export set of capabilities supported by the apparmor module | John Johansen | 1 | -0/+4 |
2013-08-14 | apparmor: add an optional profile attachment string for profiles | John Johansen | 2 | -0/+3 |
2013-08-14 | apparmor: add interface files for profiles and namespaces | John Johansen | 3 | -3/+57 |
2013-08-14 | apparmor: allow setting any profile into the unconfined state | John Johansen | 2 | -3/+10 |
2013-08-14 | apparmor: make free_profile available outside of policy.c | John Johansen | 1 | -0/+1 |
2013-08-14 | apparmor: rework namespace free path | John Johansen | 1 | -8/+4 |
2013-08-14 | apparmor: update how unconfined is handled | John Johansen | 1 | -41/+39 |
2013-08-14 | apparmor: change how profile replacement update is done | John Johansen | 2 | -30/+63 |
2013-08-14 | apparmor: convert profile lists to RCU based locking | John Johansen | 2 | -3/+48 |
2013-08-14 | apparmor: provide base for multiple profiles to be replaced at once | John Johansen | 1 | -1/+13 |
2013-04-28 | apparmor: localize getting the security context to a few macros | John Johansen | 1 | -2/+5 |
2013-04-28 | apparmor: fix sparse warnings | John Johansen | 1 | -7/+7 |
2013-04-28 | apparmor: remove sid from profiles | John Johansen | 2 | -3/+5 |
2013-04-28 | apparmor: move perm defines into policy_unpack | John Johansen | 1 | -2/+0 |
2013-04-28 | apparmor: misc cleanup of match | John Johansen | 1 | -6/+13 |
2013-04-28 | apparmor: remove "permipc" command | John Johansen | 1 | -1/+0 |
2013-04-28 | apparmor: use common fn to clear task_context for domain transitions | John Johansen | 1 | -0/+13 |
2013-04-28 | apparmor: add kvzalloc to handle zeroing for kvmalloc | John Johansen | 1 | -1/+11 |
2013-04-28 | apparmor: add utility function to get an arbitrary tasks profile. | John Johansen | 1 | -16/+25 |
2013-04-28 | apparmor: refactor profile mode macros | John Johansen | 1 | -6/+6 |
2012-09-21 | userns: Convert apparmor to use kuid and kgid where appropriate | Eric W. Biederman | 2 | -3/+3 |
2012-04-09 | apparmor: move task from common_audit_data to apparmor_audit_data | Eric Paris | 1 | -0/+1 |
2012-04-03 | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 1 | -1/+27 |
2012-03-15 | AppArmor: add const qualifiers to string arrays | Jan Engelhardt | 2 | -3/+3 |
2012-03-15 | AppArmor: Add ability to load extended policy | John Johansen | 2 | -0/+26 |
2012-03-14 | AppArmor: Move path failure information into aa_get_name and rename | John Johansen | 1 | -1/+2 |
2012-03-14 | AppArmor: Update dfa matching routines. | John Johansen | 2 | -1/+4 |
2012-02-27 | AppArmor: Fix underflow in xindex calculation | John Johansen | 1 | -1/+1 |
2012-02-27 | AppArmor: Fix dropping of allowed operations that are force audited | John Johansen | 1 | -3/+2 |
2012-02-27 | AppArmor: export known rlimit names/value mappings in securityfs | Kees Cook | 1 | -0/+4 |
2012-02-27 | AppArmor: add "file" details to securityfs | Kees Cook | 1 | -0/+6 |
2012-02-27 | AppArmor: add initial "features" directory to securityfs | Kees Cook | 1 | -0/+14 |
2012-02-27 | AppArmor: refactor securityfs to use structures | Kees Cook | 1 | -0/+24 |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -5/+5 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2011-01-10 | headers: kobject.h redux | Alexey Dobriyan | 1 | -0/+1 |
2011-01-10 | headers: path.h redux | Alexey Dobriyan | 1 | -2/+1 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-09-08 | AppArmor: Fix security_task_setrlimit logic for 2.6.36 changes | John Johansen | 1 | -2/+2 |
2010-08-02 | AppArmor: core policy routines | John Johansen | 2 | -0/+329 |
2010-08-02 | AppArmor: policy routines for loading and unpacking policy | John Johansen | 1 | -0/+20 |
2010-08-02 | AppArmor: mediation of non file objects | John Johansen | 3 | -0/+119 |
2010-08-02 | AppArmor: functions for domain transitions | John Johansen | 1 | -0/+36 |
2010-08-02 | AppArmor: file enforcement routines | John Johansen | 1 | -0/+217 |
2010-08-02 | AppArmor: userspace interfaces | John Johansen | 2 | -0/+46 |
2010-08-02 | AppArmor: dfa match engine | John Johansen | 1 | -0/+132 |
2010-08-02 | AppArmor: contexts used in attaching policy to system objects | John Johansen | 1 | -0/+154 |
2010-08-02 | AppArmor: basic auditing infrastructure. | John Johansen | 1 | -0/+123 |
2010-08-02 | AppArmor: misc. base functions and defines | John Johansen | 2 | -0/+123 |