summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds2012-04-031-3/+1Star
* LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-0310-74/+116
* apparmor: Fix change_onexec when called from a confined taskJohn Johansen2012-03-272-1/+4
* AppArmor: Fix location of const qualifier on generated string tablesTetsuo Handa2012-03-201-2/+2
* AppArmor: add const qualifiers to string arraysJan Engelhardt2012-03-154-7/+7
* AppArmor: Add ability to load extended policyJohn Johansen2012-03-154-1/+50
* AppArmor: Move path failure information into aa_get_name and renameJohn Johansen2012-03-144-19/+29
* AppArmor: Update dfa matching routines.John Johansen2012-03-143-4/+81
* AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingJohn Johansen2012-03-141-10/+6Star
* AppArmor: Retrieve the dentry_path for error reporting when path lookup failsJohn Johansen2012-03-141-6/+9
* AppArmor: Add const qualifiers to generated string tablesJohn Johansen2012-03-141-2/+3
* AppArmor: Fix oops in policy unpack auditingJohn Johansen2012-03-141-2/+3
* AppArmor: Fix error returned when a path lookup is disconnectedJohn Johansen2012-03-141-1/+1
* AppArmor: Fix the error case for chroot relative path name lookupJohn Johansen2012-02-271-3/+2Star
* AppArmor: fix mapping of META_READ to audit and quiet flagsJohn Johansen2012-02-271-2/+1Star
* AppArmor: Fix underflow in xindex calculationJohn Johansen2012-02-271-1/+1
* AppArmor: Fix dropping of allowed operations that are force auditedJohn Johansen2012-02-272-3/+3
* AppArmor: Add mising end of structure test to caps unpackingJohn Johansen2012-02-271-0/+2
* AppArmor: export known rlimit names/value mappings in securityfsKees Cook2012-02-274-6/+29
* AppArmor: add "file" details to securityfsKees Cook2012-02-272-0/+16
* AppArmor: add initial "features" directory to securityfsKees Cook2012-02-272-0/+65
* AppArmor: refactor securityfs to use structuresKees Cook2012-02-272-42/+114
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-151-4/+4
|\
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-061-4/+4
* | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-11/+11
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-112-4/+4
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2012-01-092-4/+4
| |\ \
| | * | apparmor: fix module parameter handlingRusty Russell2011-12-161-3/+3
| | * | apparmor: add missing rcu_dereference()Kees Cook2011-12-091-1/+1
* | | | switch security_path_chmod() to struct path *Al Viro2012-01-071-4/+3Star
* | | | switch ->path_mknod() to umode_tAl Viro2012-01-041-1/+1
* | | | switch ->path_mkdir() to umode_tAl Viro2012-01-041-1/+1
* | | | switch securityfs_create_file() to umode_tAl Viro2012-01-041-1/+1
* | | | switch security_path_chmod() to umode_tAl Viro2012-01-041-1/+1
* | | | btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro2012-01-041-1/+0Star
|/ / /
* / / fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-071-27/+38
|/ /
* | apparmor: sparse fix: include procattr.h in procattr.cJames Morris2011-09-101-0/+1
* | apparmor: sparse fix: rename shadowed variables in policy_unpack.cJames Morris2011-09-101-6/+6
* | apparmor: sparse fix: add apparmor.h to lib.cJames Morris2011-09-101-0/+1
* | apparmor: sparse fix: include ipc.hJames Morris2011-09-101-0/+1
* | apparmor: sparse fix: make aa_create_aafs staticJames Morris2011-09-101-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-282-2/+2
|\
| * AppArmor: Fix masking of capabilities in complain modeJohn Johansen2011-06-291-1/+1
| * AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockJohn Johansen2011-06-291-1/+1
* | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-231-1/+1
|\ \
| * | ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-221-1/+1
* | | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-0/+1
| |/ |/|
* | AppArmor: Fix sleep in invalid context from task_setrlimitJohn Johansen2011-06-091-1/+1
|/
* AppArmor: fix oops in apparmor_setprocattrKees Cook2011-06-011-1/+2
* Create Documentation/security/,Randy Dunlap2011-05-202-3/+3