aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2014-08-09Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinuxGravatar Linus Torvalds 3-6/+4
2014-08-07selinux: remove unused variabled in the netport, netnode, and netif cachesGravatar Paul Moore 3-6/+4
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 34-377/+781
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-8/+4
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-31/+3
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 5-102/+70
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsGravatar Paul Moore 5-26/+26
2014-08-01netlabel: fix the horribly broken catmap functionsGravatar Paul Moore 2-82/+50
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitGravatar Paul Moore 1-1/+1
2014-07-30Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-11/+2
2014-07-28Revert "selinux: fix the default socket labeling in sock_graft()"Gravatar Paul Moore 1-11/+2
2014-07-28KEYS: revert encrypted key changeGravatar Mimi Zohar 1-1/+1
2014-07-25ima: add support for measuring and appraising firmwareGravatar Mimi Zohar 6-4/+41
2014-07-25security: introduce kernel_fw_from_file hookGravatar Kees Cook 2-0/+12
2014-07-24CAPABILITIES: remove undefined caps from all processesGravatar Eric Paris 1-0/+3
2014-07-24Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar James Morris 12-57/+209
2014-07-24commoncap: don't alloc the credential unless needed in cap_task_prctlGravatar Tetsuo Handa 1-42/+30
2014-07-22Merge branch 'keys-fixes' into keys-nextGravatar David Howells 1-1/+14
2014-07-22Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextGravatar David Howells 6-4/+67
2014-07-22KEYS: request_key_auth: Provide key preparsingGravatar David Howells 1-0/+13
2014-07-22KEYS: keyring: Provide key preparsingGravatar David Howells 1-11/+23
2014-07-22KEYS: big_key: Use key preparsingGravatar David Howells 1-16/+25
2014-07-22KEYS: user: Use key preparsingGravatar David Howells 1-19/+22
2014-07-22KEYS: Call ->free_preparse() even after ->preparse() returns an errorGravatar David Howells 1-5/+4
2014-07-22KEYS: Allow expiry time to be set when preparsing a keyGravatar David Howells 1-0/+8
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersGravatar David Howells 2-3/+5
2014-07-19Merge tag 'seccomp-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Gravatar James Morris 1-2/+2
2014-07-19Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 11-160/+101
2014-07-18sched: move no_new_privs into new atomic flagsGravatar Kees Cook 1-2/+2
2014-07-18KEYS: Provide a generic instantiation functionGravatar David Howells 1-0/+30
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINGravatar David Howells 1-1/+14
2014-07-17ima: define '.ima' as a builtin 'trusted' keyringGravatar Mimi Zohar 5-2/+63
2014-07-17KEYS: special dot prefixed keyring name bug fixGravatar Mimi Zohar 1-2/+4
2014-07-17ima: provide double buffering for hash calculationGravatar Dmitry Kasatkin 1-16/+49
2014-07-17ima: introduce multi-page collect buffersGravatar Dmitry Kasatkin 1-2/+96
2014-07-17ima: use ahash API for file hash calculationGravatar Dmitry Kasatkin 1-4/+183
2014-07-17audit: fix dangling keywords in integrity ima message outputGravatar Richard Guy Briggs 2-4/+4
2014-07-17ima: delay template descriptor lookup until useGravatar Dmitry Kasatkin 1-1/+2
2014-07-17ima: remove unnecessary i_mutex locking from ima_rdwr_violation_check()Gravatar Dmitry Kasatkin 1-4/+0
2014-07-16Merge tag 'v3.16-rc5' into timers/coreGravatar Thomas Gleixner 31-182/+510
2014-07-17Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-2/+11
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 2-31/+3
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesGravatar Tejun Heo 1-1/+1
2014-07-10selinux: fix the default socket labeling in sock_graft()Gravatar Paul Moore 1-2/+11
2014-06-26selinux: reduce the number of calls to synchronize_net() when flushing cachesGravatar Paul Moore 7-42/+23
2014-06-23selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Gravatar Waiman Long 1-9/+32
2014-06-19selinux: fix a possible memory leak in cond_read_node()Gravatar Namhyung Kim 1-1/+1
2014-06-19selinux: simple cleanup for cond_read_node()Gravatar Namhyung Kim 1-7/+2
2014-06-18security: Used macros from compiler.h instead of __attribute__((...))Gravatar Gideon Israel Dsouza 1-1/+2
2014-06-18selinux: introduce str_read() helperGravatar Namhyung Kim 1-96/+37