aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2008-09-04SELinux: memory leak in security_context_to_sid_coreGravatar Eric Paris 1-3/+3
2008-09-02devcgroup: fix race against rmdir()Gravatar Li Zefan 1-9/+9
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 6-34/+80
2008-07-30SELinux: /proc/mounts should show what it canGravatar Eric Paris 1-1/+5
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-9/+7
2008-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-19/+8
2008-07-26[patch 3/4] fat: dont call notify_changeGravatar Miklos Szeredi 1-0/+1
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyGravatar Al Viro 4-9/+6
2008-07-26selinux: use nf_register_hooks()Gravatar Alexey Dobriyan 1-19/+8
2008-07-26tracehook: tracehook_tracer_taskGravatar Roland McGrath 1-19/+3
2008-07-25devcgroup: code cleanupGravatar Li Zefan 1-14/+8
2008-07-25devcgroup: relax white-list protection down to RCUGravatar Pavel Emelyanov 1-13/+22
2008-07-25cgroup files: convert devcgroup_access_write() into a cgroup write_string() h...Gravatar Paul Menage 1-63/+38
2008-07-24security: filesystem capabilities no longer experimentalGravatar Andrew G. Morgan 1-2/+1
2008-07-24security: protect legacy applications from executing with insufficient privilegeGravatar Andrew G. Morgan 1-49/+59
2008-07-15Revert "SELinux: allow fstype unknown to policy to use xattrs if present"Gravatar James Morris 3-37/+14
2008-07-14security: remove register_security hookGravatar James Morris 5-95/+5
2008-07-14security: remove dummy module fixGravatar Miklos Szeredi 1-1/+1
2008-07-14security: remove dummy moduleGravatar Miklos Szeredi 5-1340/+996
2008-07-14security: remove unused sb_get_mnt_opts hookGravatar Miklos Szeredi 3-15/+0
2008-07-14LSM/SELinux: show LSM mount options in /proc/mountsGravatar Eric Paris 3-1/+65
2008-07-14SELinux: allow fstype unknown to policy to use xattrs if presentGravatar Eric Paris 3-14/+37
2008-07-14security: fix return of void-valued expressionsGravatar James Morris 1-3/+3
2008-07-14SELinux: use do_each_thread as a proper do/while blockGravatar James Morris 1-2/+2
2008-07-14SELinux: remove unused and shadowed addrlen variableGravatar James Morris 1-3/+1
2008-07-14SELinux: more user friendly unknown handling printkGravatar Eric Paris 2-5/+7
2008-07-14selinux: change handling of invalid classes (Was: Re: 2.6.26-rc5-mm1 selinux ...Gravatar Stephen Smalley 1-3/+13
2008-07-14SELinux: drop load_mutex in security_load_policyGravatar Eric Paris 1-13/+1
2008-07-14SELinux: fix off by 1 reference of class_to_string in context_struct_compute_avGravatar Eric Paris 1-1/+1
2008-07-14SELinux: open code sidtab lockGravatar James Morris 1-11/+7
2008-07-14SELinux: open code load_mutexGravatar James Morris 1-12/+9
2008-07-14SELinux: open code policy_rwlockGravatar James Morris 1-56/+52
2008-07-14selinux: fix endianness bug in network node address handlingGravatar Stephen Smalley 1-7/+8
2008-07-14selinux: simplify ioctl checkingGravatar Stephen Smalley 1-40/+8
2008-07-14SELinux: enable processes with mac_admin to get the raw inode contextsGravatar Stephen Smalley 1-4/+23
2008-07-14Security: split proc ptrace checking into read vs. attachGravatar Stephen Smalley 5-8/+21
2008-07-14SELinux: remove inherit field from inode_security_structGravatar James Morris 1-1/+0
2008-07-14SELinux: reorder inode_security_struct to increase objs/slab on 64bitGravatar Richard Kennedy 1-1/+1
2008-07-14SELinux: keep the code clean formating and syntaxGravatar Eric Paris 9-30/+35
2008-07-14SELinux: fix sleeping allocation in security_context_to_sidGravatar Stephen Smalley 1-30/+40
2008-07-14selinux: support deferred mapping of contextsGravatar Stephen Smalley 8-128/+248
2008-07-13devcgroup: fix permission check when adding entry to child cgroupGravatar Li Zefan 1-1/+1
2008-07-13devcgroup: always show positive major/minor numGravatar Li Zefan 1-2/+2
2008-07-04devcgroup: fix odd behaviour when writing 'a' to devices.allowGravatar Li Zefan 1-0/+2
2008-07-04security: filesystem capabilities: fix CAP_SETPCAP handlingGravatar Andrew G. Morgan 1-3/+10
2008-06-12capabilities: add (back) dummy support for KEEPCAPSGravatar Andrew G. Morgan 1-1/+23
2008-06-06keys: remove unused key_alloc_semGravatar Daniel Walker 1-1/+0
2008-06-06devscgroup: make white list more compact in some casesGravatar Pavel Emelyanov 1-2/+16
2008-06-06devscgroup: relax task to dev_cgroup conversionGravatar Pavel Emelyanov 1-6/+4
2008-06-06devcgroup: make a helper to convert cgroup_subsys_state to devs_cgroupGravatar Pavel Emelyanov 1-2/+6