aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2008-08-29SELinux: add boundary support and thread context assignmentGravatar KaiGai Kohei 7-20/+398
2008-08-28securityfs: do not depend on CONFIG_SECURITYGravatar Eric Paris 2-1/+10
2008-08-28Merge branch 'master' into nextGravatar James Morris 6-34/+80
2008-08-20security: add/fix security kernel-docGravatar Randy Dunlap 2-21/+20
2008-08-15selinux: Unify for- and while-loop styleGravatar Vesa-Matti Kari 6-24/+24
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()Gravatar David Howells 6-34/+80
2008-08-07selinux: conditional expression type validation was off-by-oneGravatar Vesa-Matti Kari 1-1/+1
2008-08-05smack: limit privilege by labelGravatar Casey Schaufler 3-1/+102
2008-08-05SELinux: Fix a potentially uninitialised variable in SELinux hooksGravatar David Howells 1-18/+24
2008-08-05SELinux: trivial, remove unneeded local variableGravatar Vesa-Matti J Kari 1-4/+2
2008-08-05SELinux: Trivial minor fixes that change C null character styleGravatar Vesa-Matti J Kari 3-18/+18
2008-08-05make selinux_write_opts() staticGravatar Adrian Bunk 1-1/+2
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