aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/sidtab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-19selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi1-2/+2
2022-01-26selinux: enclose macro arguments in parenthesisChristian Göttsche1-2/+2
2021-12-05selinux: Use struct_size() helper in kmalloc()Xiu Jianfeng1-1/+1
2021-04-07selinux: fix race between old and new sidtabOndrej Mosnacek1-0/+21
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley1-0/+10
2020-04-17selinux: move context hashing under sidtabOndrej Mosnacek1-13/+19
2020-04-15selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek1-2/+1
2020-02-05selinux: fix sidtab string cache lockingOndrej Mosnacek1-9/+3
2019-12-09selinux: cache the SID -> context string translationOndrej Mosnacek1-31/+144
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep1-136/+127
2019-08-27selinux: avoid atomic_t usage in sidtabOndrej Mosnacek1-27/+21
2019-07-24selinux: check sidtab limit before adding a new entryOndrej Mosnacek1-0/+5
2018-12-05selinux: overhaul sidtab to fix bug and improve performanceOndrej Mosnacek1-217/+346
2018-12-05selinux: use separate table for initial SID lookupOndrej Mosnacek1-65/+103
2018-11-20selinux: refactor sidtab conversionOndrej Mosnacek1-14/+36
2018-06-19selinux: Cleanup printk logging in sidtabpeter enderborg1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17selinux: update my email addressStephen Smalley1-1/+1
2017-05-23selinux: Return an error code only as a constant in sidtab_insert()Markus Elfring1-17/+10
2017-03-29selinux: Adjust two checks for null pointersMarkus Elfring1-2/+2
2017-03-29selinux: Use kmalloc_array() in sidtab_init()Markus Elfring1-1/+1
2010-12-07selinux: cache sidtab_context_to_sid resultsEric Paris1-2/+37
2008-08-15selinux: Unify for- and while-loop styleVesa-Matti Kari1-6/+6
2008-07-14SELinux: open code sidtab lockJames Morris1-11/+7
2008-07-14selinux: support deferred mapping of contextsStephen Smalley1-39/+19
2008-04-21SELinux: sidtab.c whitespace, syntax, and static declaraction cleanupsEric Paris1-4/+2
2007-02-26Reassign printk levels in selinux kernel codeEric Paris1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+305