| Commit message (Expand) | Author | Age | Files | Lines |
* | apparmor: fix module parameters can be changed after policy is locked | John Johansen | 2016-07-12 | 1 | -0/+2 |
* | apparmor: add missing id bounds check on dfa verification | John Johansen | 2016-07-12 | 1 | -0/+1 |
* | apparmor: add parameter to control whether policy hashing is used | John Johansen | 2016-07-12 | 1 | -0/+1 |
* | apparmor: constify aa_path_link() | Al Viro | 2016-03-28 | 1 | -1/+1 |
* | [apparmor] constify struct path * in a bunch of helpers | Al Viro | 2016-03-27 | 2 | -2/+2 |
* | Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb | David Howells | 2015-02-22 | 1 | -2/+2 |
* | nick kvfree() from apparmor | Al Viro | 2014-05-06 | 1 | -1/+0 |
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2013-11-21 | 3 | -6/+4 |
|\ |
|
| * | apparmor: remove parent task info from audit logging | John Johansen | 2013-10-29 | 1 | -1/+0 |
| * | apparmor: fix capability to not use the current task, during reporting | John Johansen | 2013-10-29 | 2 | -5/+4 |
* | | apparmor: fix suspicious RCU usage warning in policy.c/policy.h | John Johansen | 2013-09-30 | 1 | -1/+3 |
|/ |
|
* | apparmor: add the ability to report a sha1 hash of loaded policy | John Johansen | 2013-08-14 | 3 | -0/+38 |
* | apparmor: export set of capabilities supported by the apparmor module | John Johansen | 2013-08-14 | 1 | -0/+4 |
* | apparmor: add an optional profile attachment string for profiles | John Johansen | 2013-08-14 | 2 | -0/+3 |
* | apparmor: add interface files for profiles and namespaces | John Johansen | 2013-08-14 | 3 | -3/+57 |
* | apparmor: allow setting any profile into the unconfined state | John Johansen | 2013-08-14 | 2 | -3/+10 |
* | apparmor: make free_profile available outside of policy.c | John Johansen | 2013-08-14 | 1 | -0/+1 |
* | apparmor: rework namespace free path | John Johansen | 2013-08-14 | 1 | -8/+4 |
* | apparmor: update how unconfined is handled | John Johansen | 2013-08-14 | 1 | -41/+39 |
* | apparmor: change how profile replacement update is done | John Johansen | 2013-08-14 | 2 | -30/+63 |
* | apparmor: convert profile lists to RCU based locking | John Johansen | 2013-08-14 | 2 | -3/+48 |
* | apparmor: provide base for multiple profiles to be replaced at once | John Johansen | 2013-08-14 | 1 | -1/+13 |
* | apparmor: localize getting the security context to a few macros | John Johansen | 2013-04-28 | 1 | -2/+5 |
* | apparmor: fix sparse warnings | John Johansen | 2013-04-28 | 1 | -7/+7 |
* | apparmor: remove sid from profiles | John Johansen | 2013-04-28 | 2 | -3/+5 |
* | apparmor: move perm defines into policy_unpack | John Johansen | 2013-04-28 | 1 | -2/+0 |
* | apparmor: misc cleanup of match | John Johansen | 2013-04-28 | 1 | -6/+13 |
* | apparmor: remove "permipc" command | John Johansen | 2013-04-28 | 1 | -1/+0 |
* | apparmor: use common fn to clear task_context for domain transitions | John Johansen | 2013-04-28 | 1 | -0/+13 |
* | apparmor: add kvzalloc to handle zeroing for kvmalloc | John Johansen | 2013-04-28 | 1 | -1/+11 |
* | apparmor: add utility function to get an arbitrary tasks profile. | John Johansen | 2013-04-28 | 1 | -16/+25 |
* | apparmor: refactor profile mode macros | John Johansen | 2013-04-28 | 1 | -6/+6 |
* | userns: Convert apparmor to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 2 | -3/+3 |
* | 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 |
|/ |
|