summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* apparmor: Fix change_onexec when called from a confined taskJohn Johansen2012-03-282-1/+4
* AppArmor: Fix location of const qualifier on generated string tablesTetsuo Handa2012-03-191-2/+2
* AppArmor: add const qualifiers to string arraysJan Engelhardt2012-03-144-7/+7
* AppArmor: Add ability to load extended policyJohn Johansen2012-03-144-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/+6
* 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/+2
* AppArmor: fix mapping of META_READ to audit and quiet flagsJohn Johansen2012-02-271-2/+1
* 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-141-4/+4
|\
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-051-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-102-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-061-4/+3
* | | | switch ->path_mknod() to umode_tAl Viro2012-01-031-1/+1
* | | | switch ->path_mkdir() to umode_tAl Viro2012-01-031-1/+1
* | | | switch securityfs_create_file() to umode_tAl Viro2012-01-031-1/+1
* | | | switch security_path_chmod() to umode_tAl Viro2012-01-031-1/+1
* | | | btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro2012-01-031-1/+0
|/ / /
* / / fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-061-27/+38
|/ /
* | apparmor: sparse fix: include procattr.h in procattr.cJames Morris2011-09-091-0/+1
* | apparmor: sparse fix: rename shadowed variables in policy_unpack.cJames Morris2011-09-091-6/+6
* | apparmor: sparse fix: add apparmor.h to lib.cJames Morris2011-09-091-0/+1
* | apparmor: sparse fix: include ipc.hJames Morris2011-09-091-0/+1
* | apparmor: sparse fix: make aa_create_aafs staticJames Morris2011-09-091-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-07-272-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-221-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-211-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-192-3/+3
* Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-2/+3