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