aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 3-3/+12
2010-09-10KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyringGravatar David Howells 1-1/+2
2010-09-10KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()Gravatar David Howells 1-0/+3
2010-09-08ima: always maintain countersGravatar Mimi Zohar 3-4/+9
2010-09-08AppArmor: Fix locking from removal of profile namespaceGravatar John Johansen 1-2/+4
2010-09-08AppArmor: Fix splitting an fqname into separate namespace and profile namesGravatar John Johansen 1-1/+1
2010-09-08AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesGravatar John Johansen 3-11/+15
2010-09-08AppArmor: Drop hack to remove appended " (deleted)" stringGravatar John Johansen 1-27/+11
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-10/+8
2010-08-18tty: fix fu_list abuseGravatar Nick Piggin 1-1/+4
2010-08-18fs: cleanup files_lock lockingGravatar Nick Piggin 1-2/+2
2010-08-18apparmor: use task path helpersGravatar Nick Piggin 1-7/+2
2010-08-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+2
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-1/+1
2010-08-17AppArmor: fix task_setrlimit prototypeGravatar Jiri Slaby 1-2/+2
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Gravatar Linus Torvalds 1-12/+24
2010-08-12Add a dummy printk function for the maintenance of unused printksGravatar David Howells 1-5/+0
2010-08-11AppArmor: update for module_param_named API changeGravatar Stephen Rothwell 1-12/+24
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxGravatar Linus Torvalds 3-7/+13
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyGravatar Linus Torvalds 1-2/+14
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+1
2010-08-06SELINUX: Fix build error.Gravatar Ralf Baechle 1-1/+1
2010-08-06KEYS: request_key() should return -ENOKEY if the constructed key is negativeGravatar David Howells 1-0/+2
2010-08-05apparmor: depends on NETGravatar Randy Dunlap 1-1/+1
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-08-04Merge branch 'master' into for-nextGravatar Jiri Kosina 1-2/+2
2010-08-02AppArmor: fix build warnings for non-const use of get_task_credGravatar James Morris 2-2/+2
2010-08-02selinux: convert the policy type_attr_map to flex_arrayGravatar Eric Paris 3-13/+39
2010-08-02AppArmor: Enable configuring and building of the AppArmor security moduleGravatar John Johansen 3-0/+60
2010-08-02TOMOYO: Use pathname specified by policy rather than execve()Gravatar Tetsuo Handa 5-23/+48
2010-08-02AppArmor: update path_truncate method to latest versionGravatar James Morris 1-2/+1
2010-08-02AppArmor: core policy routinesGravatar John Johansen 4-0/+1568
2010-08-02AppArmor: policy routines for loading and unpacking policyGravatar John Johansen 2-0/+723
2010-08-02AppArmor: mediation of non file objectsGravatar John Johansen 6-0/+508
2010-08-02AppArmor: LSM interface, and security module initializationGravatar John Johansen 1-0/+939
2010-08-02AppArmor: Enable configuring and building of the AppArmor security moduleGravatar John Johansen 2-0/+8
2010-08-02AppArmor: functions for domain transitionsGravatar John Johansen 2-0/+859
2010-08-02AppArmor: file enforcement routinesGravatar John Johansen 2-0/+674
2010-08-02AppArmor: userspace interfacesGravatar John Johansen 4-0/+455
2010-08-02AppArmor: dfa match engineGravatar John Johansen 2-0/+485
2010-08-02AppArmor: contexts used in attaching policy to system objectsGravatar John Johansen 2-0/+370
2010-08-02AppArmor: basic auditing infrastructure.Gravatar John Johansen 2-0/+338
2010-08-02AppArmor: misc. base functions and definesGravatar John Johansen 4-0/+491
2010-08-02TOMOYO: Update version to 2.3.0Gravatar Tetsuo Handa 1-2/+2
2010-08-02TOMOYO: Fix quota check.Gravatar Tetsuo Handa 1-1/+1
2010-08-02SELinux: Move execmod to the common permsGravatar Eric Paris 1-4/+3
2010-08-02selinux: place open in the common file permsGravatar Eric Paris 2-28/+11
2010-08-02SELinux: special dontaudit for access checksGravatar Eric Paris 3-8/+38
2010-08-02security: make LSMs explicitly mask off permissionsGravatar Eric Paris 2-0/+4
2010-08-02SELinux: break ocontext reading into a separate functionGravatar Eric Paris 1-111/+133