summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
* SELinux: enable processes with mac_admin to get the raw inode contextsStephen Smalley2008-07-141-4/+23
* Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-145-8/+21
* SELinux: remove inherit field from inode_security_structJames Morris2008-07-141-1/+0Star
* SELinux: reorder inode_security_struct to increase objs/slab on 64bitRichard Kennedy2008-07-141-1/+1
* SELinux: keep the code clean formating and syntaxEric Paris2008-07-149-30/+35
* SELinux: fix sleeping allocation in security_context_to_sidStephen Smalley2008-07-141-30/+40
* selinux: support deferred mapping of contextsStephen Smalley2008-07-148-128/+248
* devcgroup: fix permission check when adding entry to child cgroupLi Zefan2008-07-131-1/+1
* devcgroup: always show positive major/minor numLi Zefan2008-07-131-2/+2
* devcgroup: fix odd behaviour when writing 'a' to devices.allowLi Zefan2008-07-041-0/+2
* security: filesystem capabilities: fix CAP_SETPCAP handlingAndrew G. Morgan2008-07-041-3/+10
* capabilities: add (back) dummy support for KEEPCAPSAndrew G. Morgan2008-06-131-1/+23
* keys: remove unused key_alloc_semDaniel Walker2008-06-061-1/+0Star
* devscgroup: make white list more compact in some casesPavel Emelyanov2008-06-061-2/+16
* devscgroup: relax task to dev_cgroup conversionPavel Emelyanov2008-06-061-6/+4Star
* devcgroup: make a helper to convert cgroup_subsys_state to devs_cgroupPavel Emelyanov2008-06-061-2/+6
* Smack: fuse mount hang fixCasey Schaufler2008-06-041-0/+12
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* signals: cleanup security_task_kill() usage/implementationOleg Nesterov2008-04-302-12/+0Star
* Smack: Integrate Smack with AuditAhmed S. Darwish2008-04-301-0/+155
* Security: Make secctx_to_secid() take const secdataDavid Howells2008-04-306-7/+7
* Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-04-292-1/+3
|\
| * Audit: standardize string audit interfacesEric Paris2008-04-281-1/+1
| * Audit: collect sessionid in netlink messagesEric Paris2008-04-281-0/+2
* | keys: explicitly include required slab.h header file.Robert P. J. Day2008-04-292-0/+2
* | keys: make the keyring quotas controllable through /proc/sysDavid Howells2008-04-296-15/+94
* | keys: don't generate user and user session keyrings unless they're accessedDavid Howells2008-04-295-126/+92Star
* | keys: allow clients to set key perms in key_create_or_update()Arun Raghavan2008-04-292-9/+12
* | keys: switch to proc_create()Alexey Dobriyan2008-04-291-6/+2Star
* | keys: add keyctl function to get a security labelDavid Howells2008-04-296-1/+99
* | keys: allow the callout data to be passed as a blob rather than a stringDavid Howells2008-04-294-29/+48
* | keys: check starting keyring as part of searchKevin Coffman2008-04-291-4/+31
* | keys: increase the payload size when instantiating a keyDavid Howells2008-04-291-8/+30
* | cgroups: introduce cft->read_seq()Serge E. Hallyn2008-04-291-51/+23Star
* | cgroups: implement device whitelistSerge E. Hallyn2008-04-292-0/+604
* | xattr: add missing consts to function argumentsDavid Howells2008-04-297-30/+33
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-04-2812-134/+121Star
|\ \
| * | SELinux: Fix a RCU free problem with the netport cachePaul Moore2008-04-281-22/+18Star
| * | SELinux: Made netnode cache adds fasterPaul Moore2008-04-281-55/+49Star
| * | SELinux: policydb.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-5/+5
| * | SELinux: mls_types.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-2/+2
| * | SELinux: mls.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-3/+3
| * | SELinux: hashtab.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-3/+3
| * | SELinux: context.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-2/+2
| * | SELinux: ss/conditional.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-3/+3
| * | SELinux: selinux/include/security.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-2/+2
| * | SELinux: objsec.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-30/+30
| * | SELinux: netlabel.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-1/+1
| * | SELinux: avc_ss.h whitespace, syntax, and other cleanupsEric Paris2008-04-281-6/+3Star
| |/
* | smack: use cap_task_prctlSerge E. Hallyn2008-04-281-0/+1