summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)Author
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris
2012-03-28apparmor: Fix change_onexec when called from a confined taskJohn Johansen
2012-03-19AppArmor: Fix location of const qualifier on generated string tablesTetsuo Handa
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen
2012-03-14AppArmor: Update dfa matching routines.John Johansen
2012-03-14AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingJohn Johansen
2012-03-14AppArmor: Retrieve the dentry_path for error reporting when path lookup failsJohn Johansen
2012-03-14AppArmor: Add const qualifiers to generated string tablesJohn Johansen
2012-03-14AppArmor: Fix oops in policy unpack auditingJohn Johansen
2012-03-14AppArmor: Fix error returned when a path lookup is disconnectedJohn Johansen
2012-02-27AppArmor: Fix the error case for chroot relative path name lookupJohn Johansen
2012-02-27AppArmor: fix mapping of META_READ to audit and quiet flagsJohn Johansen
2012-02-27AppArmor: Fix underflow in xindex calculationJohn Johansen
2012-02-27AppArmor: Fix dropping of allowed operations that are force auditedJohn Johansen
2012-02-27AppArmor: Add mising end of structure test to caps unpackingJohn Johansen
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsKees Cook
2012-02-27AppArmor: add "file" details to securityfsKees Cook
2012-02-27AppArmor: add initial "features" directory to securityfsKees Cook
2012-02-27AppArmor: refactor securityfs to use structuresKees Cook
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2012-01-09Merge branch 'next' into for-linusJames Morris
2012-01-06switch security_path_chmod() to struct path *Al Viro
2012-01-05capabilities: remove the task from capable LSM hook entirelyEric Paris
2012-01-03switch ->path_mknod() to umode_tAl Viro
2012-01-03switch ->path_mkdir() to umode_tAl Viro
2012-01-03switch securityfs_create_file() to umode_tAl Viro
2012-01-03switch security_path_chmod() to umode_tAl Viro
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro
2011-12-16apparmor: fix module parameter handlingRusty Russell
2011-12-09apparmor: add missing rcu_dereference()Kees Cook
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro
2011-09-09apparmor: sparse fix: include procattr.h in procattr.cJames Morris
2011-09-09apparmor: sparse fix: rename shadowed variables in policy_unpack.cJames Morris
2011-09-09apparmor: sparse fix: add apparmor.h to lib.cJames Morris
2011-09-09apparmor: sparse fix: include ipc.hJames Morris
2011-09-09apparmor: sparse fix: make aa_create_aafs staticJames Morris
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds
2011-06-29AppArmor: Fix masking of capabilities in complain modeJohn Johansen
2011-06-29AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockJohn Johansen
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-06-09AppArmor: Fix sleep in invalid context from task_setrlimitJohn Johansen
2011-06-01AppArmor: fix oops in apparmor_setprocattrKees Cook
2011-05-19Create Documentation/security/,Randy Dunlap