nfs: prepare to share nfs_set_port
[safe/jmp/linux-2.6] / security /
2008-10-03 Paul Mooreselinux: Fix an uninitialized variable BUG/panic in...
2008-09-03 Eric ParisSELinux: memory leak in security_context_to_sid_core
2008-09-03 Li Zefandevcgroup: fix race against rmdir()
2008-08-14 David Howellssecurity: Fix setting of PF_SUPERPRIV by __capable()
2008-07-29 Eric ParisSELinux: /proc/mounts should show what it can
2008-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-27 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-27 Miklos Szeredi[patch 3/4] fat: dont call notify_change
2008-07-27 Al Viro[PATCH] pass MAY_OPEN to vfs_permission() explicitly
2008-07-27 Alexey Dobriyanselinux: use nf_register_hooks()
2008-07-26 Roland McGrathtracehook: tracehook_tracer_task
2008-07-25 Li Zefandevcgroup: code cleanup
2008-07-25 Pavel Emelyanovdevcgroup: relax white-list protection down to RCU
2008-07-25 Paul Menagecgroup files: convert devcgroup_access_write() into...
2008-07-24 Andrew G. Morgansecurity: filesystem capabilities no longer experimental
2008-07-24 Andrew G. Morgansecurity: protect legacy applications from executing...
2008-07-15 James MorrisRevert "SELinux: allow fstype unknown to policy to...
2008-07-14 James Morrissecurity: remove register_security hook
2008-07-14 Miklos Szeredisecurity: remove dummy module fix
2008-07-14 Miklos Szeredisecurity: remove dummy module
2008-07-14 Miklos Szeredisecurity: remove unused sb_get_mnt_opts hook
2008-07-14 Eric ParisLSM/SELinux: show LSM mount options in /proc/mounts
2008-07-14 Eric ParisSELinux: allow fstype unknown to policy to use xattrs...
2008-07-14 James Morrissecurity: fix return of void-valued expressions
2008-07-14 James MorrisSELinux: use do_each_thread as a proper do/while block
2008-07-14 James MorrisSELinux: remove unused and shadowed addrlen variable
2008-07-14 Eric ParisSELinux: more user friendly unknown handling printk
2008-07-14 Stephen Smalleyselinux: change handling of invalid classes (Was: Re...
2008-07-14 Eric ParisSELinux: drop load_mutex in security_load_policy
2008-07-14 Eric ParisSELinux: fix off by 1 reference of class_to_string...
2008-07-14 James MorrisSELinux: open code sidtab lock
2008-07-14 James MorrisSELinux: open code load_mutex
2008-07-14 James MorrisSELinux: open code policy_rwlock
2008-07-14 Stephen Smalleyselinux: fix endianness bug in network node address...
2008-07-14 Stephen Smalleyselinux: simplify ioctl checking
2008-07-14 Stephen SmalleySELinux: enable processes with mac_admin to get the...
2008-07-14 Stephen SmalleySecurity: split proc ptrace checking into read vs....
2008-07-14 James MorrisSELinux: remove inherit field from inode_security_struct
2008-07-14 Richard KennedySELinux: reorder inode_security_struct to increase...
2008-07-14 Eric ParisSELinux: keep the code clean formating and syntax
2008-07-14 Stephen SmalleySELinux: fix sleeping allocation in security_context_to_sid
2008-07-14 Stephen Smalleyselinux: support deferred mapping of contexts
2008-07-13 Li Zefandevcgroup: fix permission check when adding entry to...
2008-07-13 Li Zefandevcgroup: always show positive major/minor num
2008-07-04 Li Zefandevcgroup: fix odd behaviour when writing 'a' to device...
2008-07-04 Andrew G. Morgansecurity: filesystem capabilities: fix CAP_SETPCAP...
2008-06-13 Andrew G. Morgancapabilities: add (back) dummy support for KEEPCAPS
2008-06-06 Daniel Walkerkeys: remove unused key_alloc_sem
2008-06-06 Pavel Emelyanovdevscgroup: make white list more compact in some cases
2008-06-06 Pavel Emelyanovdevscgroup: relax task to dev_cgroup conversion
2008-06-06 Pavel Emelyanovdevcgroup: make a helper to convert cgroup_subsys_state...
2008-06-04 Casey SchauflerSmack: fuse mount hang fix
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-30 Oleg Nesterovsignals: cleanup security_task_kill() usage/implementation
2008-04-29 Ahmed S. DarwishSmack: Integrate Smack with Audit
2008-04-29 David HowellsSecurity: Make secctx_to_secid() take const secdata
2008-04-29 David HowellsSecurity: Make secctx_to_secid() take const secdata
2008-04-29 Linus TorvaldsMerge branch 'audit.b50' of git://git./linux/kernel...
2008-04-29 Robert P. J. Daykeys: explicitly include required slab.h header file.
2008-04-29 David Howellskeys: make the keyring quotas controllable through...
2008-04-29 David Howellskeys: don't generate user and user session keyrings...
2008-04-29 Arun Raghavankeys: allow clients to set key perms in key_create_or_u...
2008-04-29 Alexey Dobriyankeys: switch to proc_create()
2008-04-29 David Howellskeys: add keyctl function to get a security label
2008-04-29 David Howellskeys: allow the callout data to be passed as a blob...
2008-04-29 Kevin Coffmankeys: check starting keyring as part of search
2008-04-29 David Howellskeys: increase the payload size when instantiating...
2008-04-29 Serge E. Hallyncgroups: introduce cft->read_seq()
2008-04-29 Serge E. Hallyncgroups: implement device whitelist
2008-04-29 David Howellsxattr: add missing consts to function arguments
2008-04-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-28 Serge E. Hallynsmack: use cap_task_prctl
2008-04-28 Casey Schauflersmack: make smk_cipso_doi() and smk_unlbl_ambient()
2008-04-28 Serge E. Hallynroot_plug: use cap_task_prctl
2008-04-28 Harvey Harrisonsmack: fix integer as NULL pointer warning in smack_lsm.c
2008-04-28 Andrew G. Morgancapabilities: implement per-process securebits
2008-04-28 Eric ParisAudit: standardize string audit interfaces
2008-04-28 Eric ParisAudit: collect sessionid in netlink messages
2008-04-27 Paul MooreSELinux: Fix a RCU free problem with the netport cache
2008-04-27 Paul MooreSELinux: Made netnode cache adds faster
2008-04-27 Eric ParisSELinux: policydb.h whitespace, syntax, and other cleanups
2008-04-27 Eric ParisSELinux: mls_types.h whitespace, syntax, and other...
2008-04-27 Eric ParisSELinux: mls.h whitespace, syntax, and other cleanups
2008-04-27 Eric ParisSELinux: hashtab.h whitespace, syntax, and other cleanups
2008-04-27 Eric ParisSELinux: context.h whitespace, syntax, and other cleanups
2008-04-27 Eric ParisSELinux: ss/conditional.h whitespace, syntax, and other...
2008-04-27 Eric ParisSELinux: selinux/include/security.h whitespace, syntax...
2008-04-27 Eric ParisSELinux: objsec.h whitespace, syntax, and other cleanups
2008-04-27 Eric ParisSELinux: netlabel.h whitespace, syntax, and other cleanups
2008-04-27 Eric ParisSELinux: avc_ss.h whitespace, syntax, and other cleanups
2008-04-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-22 Paul E. McKenneySELinux fixups needed for preemptable RCU from -rt
2008-04-22 Al Viro[PATCH] switch a bunch of LSM hooks from nameidata...
2008-04-22 Eric ParisSELinux: no BUG_ON(!ss_initialized) in selinux_clone_mn...
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 Eric ParisSELinux: one little, two little, three little whitespac...
2008-04-21 Eric ParisSELinux: cleanup on isle selinuxfs.c
2008-04-21 Eric Parischanging whitespace for fun and profit: policydb.c
2008-04-21 Eric ParisSELinux: whitespace and formating fixes for hooks.c
2008-04-21 Eric ParisSELinux: clean up printks
next