index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
/
conditional.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-10
selinux: constify some avtab function arguments
Ondrej Mosnacek
1
-1
/
+2
2021-05-10
selinux: simplify duplicate_policydb_cond_list() by using kmemdup()
Ondrej Mosnacek
1
-5
/
+6
2021-04-02
selinux: fix cond_list corruption when changing booleans
Ondrej Mosnacek
1
-6
/
+6
2020-08-20
selinux: fix memdup.cocci warnings
kernel test robot
1
-3
/
+2
2020-08-17
selinux: refactor changing booleans
Stephen Smalley
1
-0
/
+156
2020-08-04
Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+4
2020-07-08
selinux: specialize symtab insert and search functions
Ondrej Mosnacek
1
-2
/
+2
2020-06-29
selinux: fixed a checkpatch warning with the sizeof macro
Ethan Edwards
1
-2
/
+2
2020-06-21
Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+8
2020-06-17
selinux: fix undefined return of cond_evaluate_expr
Tom Rix
1
-0
/
+3
2020-06-16
selinux: fix a double free in cond_read_node()/cond_read_list()
Tom Rix
1
-13
/
+5
2020-04-27
selinux: fix error return code in cond_read_list()
Wei Yongjun
1
-1
/
+1
2020-03-05
selinux: avtab_init() and cond_policydb_init() return void
Paul Moore
1
-8
/
+2
2020-02-11
selinux: generalize evaluate_cond_node()
Ondrej Mosnacek
1
-1
/
+9
2020-02-11
selinux: convert cond_expr to array
Ondrej Mosnacek
1
-38
/
+24
2020-02-11
selinux: convert cond_av_list to array
Ondrej Mosnacek
1
-75
/
+49
2020-02-11
selinux: convert cond_list to array
Ondrej Mosnacek
1
-34
/
+20
2020-02-10
selinux: simplify evaluate_cond_node()
Ondrej Mosnacek
1
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
1
-3
/
+1
2019-03-12
selinux: convert to kvmalloc
Kent Overstreet
1
-5
/
+1
2018-06-19
selinux: Cleanup printk logging in conditional
peter enderborg
1
-8
/
+8
2017-10-16
selinux: remove redundant assignment to len
Colin Ian King
1
-1
/
+0
2017-03-23
selinux: Improve size determinations in four functions
Markus Elfring
1
-4
/
+4
2017-03-23
selinux: Delete an unnecessary return statement in cond_compute_av()
Markus Elfring
1
-1
/
+0
2017-03-23
selinux: Use kmalloc_array() in cond_init_bool_indexes()
Markus Elfring
1
-2
/
+3
2016-08-30
selinux: fix overflow and 0 length allocations
William Roberts
1
-0
/
+2
2015-11-24
selinux: fix bug in conditional rules handling
Stephen Smalley
1
-2
/
+2
2015-07-13
selinux: extended permissions for ioctls
Jeff Vander Stoep
1
-5
/
+27
2014-06-19
selinux: fix a possible memory leak in cond_read_node()
Namhyung Kim
1
-1
/
+1
2014-06-19
selinux: simple cleanup for cond_read_node()
Namhyung Kim
1
-7
/
+2
2011-12-19
selinux: Casting (void *) value returned by kmalloc is useless
Thomas Meyer
1
-1
/
+1
2011-09-09
selinux: sparse fix: fix several warnings in the security server code
James Morris
1
-1
/
+1
2011-01-24
selinux: return -ENOMEM when memory allocation fails
Davidlohr Bueso
1
-1
/
+1
2010-11-30
selinux: convert part of the sym_val_to_name array to use flex_array
Eric Paris
1
-1
/
+5
2010-10-21
SELinux: allow userspace to read policy back out of the kernel
Eric Paris
1
-0
/
+123
2010-08-02
selinux: fix error codes in cond_read_bool()
Dan Carpenter
1
-5
/
+8
2010-08-02
selinux: fix error codes in cond_policydb_init()
Dan Carpenter
1
-2
/
+6
2010-08-02
selinux: fix error codes in cond_read_node()
Dan Carpenter
1
-8
/
+12
2010-08-02
selinux: fix error codes in cond_read_av_list()
Dan Carpenter
1
-6
/
+8
2010-08-02
selinux: propagate error codes in cond_read_list()
Dan Carpenter
1
-4
/
+6
2008-08-15
selinux: Unify for- and while-loop style
Vesa-Matti Kari
1
-8
/
+8
2008-08-05
SELinux: Trivial minor fixes that change C null character style
Vesa-Matti J Kari
1
-1
/
+1
2008-04-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-40
/
+33
2008-04-21
SELinux: clean up printks
Eric Paris
1
-7
/
+7
2008-04-21
SELinux: conditional.c whitespace, syntax, and static declaraction cleanups
Eric Paris
1
-33
/
+26
2008-04-18
security: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-18
SELinux: unify printk messages
James Morris
1
-8
/
+8
2007-11-08
SELinux: add more validity checks on policy load
Stephen Smalley
1
-1
/
+2
2007-10-17
SELinux: tune avtab to reduce memory usage
Yuichi Nakamura
1
-0
/
+4
2005-10-30
[PATCH] SELinux: convert to kzalloc
James Morris
1
-8
/
+4
[next]