index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-3
/
+1
*
Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-08-04
10
-157
/
+231
|
\
|
*
selinux: complete the inlining of hashtab functions
Ondrej Mosnacek
2020-07-10
2
-59
/
+63
|
*
selinux: prepare for inlining of hashtab functions
Ondrej Mosnacek
2020-07-10
7
-63
/
+110
|
*
selinux: specialize symtab insert and search functions
Ondrej Mosnacek
2020-07-09
7
-56
/
+69
|
*
selinux: fixed a checkpatch warning with the sizeof macro
Ethan Edwards
2020-06-30
1
-2
/
+2
|
*
selinux: log error messages on required process class / permissions
Stephen Smalley
2020-06-24
1
-5
/
+15
*
|
Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-22
2
-13
/
+12
|
\
\
|
|
/
|
/
|
|
*
selinux: fix undefined return of cond_evaluate_expr
Tom Rix
2020-06-17
1
-0
/
+3
|
*
selinux: fix a double free in cond_read_node()/cond_read_list()
Tom Rix
2020-06-17
1
-13
/
+5
|
*
selinux: fix double free
Tom Rix
2020-06-11
1
-0
/
+4
*
|
Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-03
16
-318
/
+496
|
\
|
|
*
selinux: do not allocate hashtabs dynamically
Ondrej Mosnacek
2020-05-01
8
-146
/
+116
|
*
selinux: fix return value on error in policydb_read()
Ondrej Mosnacek
2020-05-01
1
-0
/
+1
|
*
selinux: simplify range_write()
Ondrej Mosnacek
2020-05-01
1
-16
/
+2
|
*
selinux: fix error return code in policydb_read()
Wei Yongjun
2020-05-01
1
-0
/
+1
|
*
selinux: don't produce incorrect filename_trans_count
Ondrej Mosnacek
2020-04-22
2
-9
/
+5
|
*
selinux: implement new format of filename transitions
Ondrej Mosnacek
2020-04-17
1
-25
/
+187
|
*
selinux: move context hashing under sidtab
Ondrej Mosnacek
2020-04-17
5
-58
/
+47
|
*
selinux: hash context structure directly
Ondrej Mosnacek
2020-04-17
8
-41
/
+68
|
*
selinux: store role transitions in a hash table
Ondrej Mosnacek
2020-04-17
3
-60
/
+107
|
*
selinux: drop unnecessary smp_load_acquire() call
Ondrej Mosnacek
2020-04-16
1
-2
/
+1
|
*
selinux: fix warning Comparison to bool
Zou Wei
2020-04-15
2
-3
/
+3
*
|
Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-05-01
1
-1
/
+1
|
\
\
|
*
|
selinux: fix error return code in cond_read_list()
Wei Yongjun
2020-04-27
1
-1
/
+1
*
|
|
Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-04-16
1
-4
/
+4
|
\
|
|
|
|
/
|
/
|
|
*
selinux: free str on error in str_read()
Ondrej Mosnacek
2020-04-15
1
-4
/
+4
*
|
Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-04-01
11
-515
/
+352
|
\
|
|
*
selinux: clean up indentation issue with assignment statement
Colin Ian King
2020-03-31
1
-4
/
+3
|
*
selinux: avtab_init() and cond_policydb_init() return void
Paul Moore
2020-03-05
5
-21
/
+7
|
*
selinux: clean up error path in policydb_init()
Ondrej Mosnacek
2020-03-05
1
-13
/
+5
|
*
selinux: remove unused initial SIDs and improve handling
Stephen Smalley
2020-02-28
2
-26
/
+25
|
*
selinux: reduce the use of hard-coded hash sizes
Ondrej Mosnacek
2020-02-28
4
-40
/
+45
|
*
selinux: optimize storage of filename transitions
Ondrej Mosnacek
2020-02-22
3
-80
/
+110
|
*
selinux: factor out loop body from filename_trans_read()
Ondrej Mosnacek
2020-02-14
1
-59
/
+63
|
*
selinux: generalize evaluate_cond_node()
Ondrej Mosnacek
2020-02-12
3
-6
/
+12
|
*
selinux: convert cond_expr to array
Ondrej Mosnacek
2020-02-12
2
-43
/
+33
|
*
selinux: convert cond_av_list to array
Ondrej Mosnacek
2020-02-12
2
-79
/
+53
|
*
selinux: convert cond_list to array
Ondrej Mosnacek
2020-02-12
5
-52
/
+38
|
*
selinux: allow kernfs symlinks to inherit parent directory context
Christian Göttsche
2020-02-10
1
-1
/
+2
|
*
selinux: simplify evaluate_cond_node()
Ondrej Mosnacek
2020-02-10
3
-13
/
+6
|
*
selinux: move status variables out of selinux_ss
Ondrej Mosnacek
2020-02-10
3
-128
/
+0
*
|
selinux: fix sidtab string cache locking
Ondrej Mosnacek
2020-02-06
1
-9
/
+3
|
/
*
selinux: do not allocate ancillary buffer on first load
Ondrej Mosnacek
2020-01-16
1
-15
/
+13
*
selinux: fix wrong buffer types in policydb.c
Ondrej Mosnacek
2020-01-16
1
-2
/
+2
*
selinux: treat atomic flags more carefully
Ondrej Mosnacek
2020-01-10
1
-19
/
+19
*
selinux: remove set but not used variable 'sidtab'
YueHaibing
2019-12-24
1
-8
/
+0
*
selinux: ensure the policy has been loaded before reading the sidtab stats
Paul Moore
2019-12-23
1
-0
/
+6
*
selinux: randomize layout of key structures
Stephen Smalley
2019-12-19
2
-2
/
+2
*
selinux: cache the SID -> context string translation
Ondrej Mosnacek
2019-12-09
3
-94
/
+277
[next]