index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
/
policydb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-04
selinux: clarify return code in filename_trans_read_helper_compat()
Ondrej Mosnacek
1
-0
/
+1
2024-03-28
selinux: dump statistics for more hash tables
Christian Göttsche
1
-7
/
+16
2024-02-24
selinux: fix style issues in security/selinux/ss/policydb.c
Paul Moore
1
-192
/
+213
2023-11-22
selinux: introduce an initial SID for early boot processes
Ondrej Mosnacek
1
-0
/
+27
2023-11-16
selinux: update filenametr_hash() to use full_name_hash()
Paul Moore
1
-9
/
+2
2023-09-13
selinux: improve role transition hashing
Christian Göttsche
1
-1
/
+1
2023-09-13
selinux: print sum of chain lengths^2 for hash tables
Christian Göttsche
1
-2
/
+2
2023-08-30
Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-46
/
+52
2023-08-18
selinux: set next pointer before attaching to list
Christian Göttsche
1
-1
/
+1
2023-08-10
selinux: avoid implicit conversions in policydb code
Christian Göttsche
1
-32
/
+37
2023-08-09
selinux: revert SECINITSID_INIT support
Paul Moore
1
-27
/
+0
2023-08-08
selinux: use GFP_KERNEL while reading binary policy
Christian Göttsche
1
-5
/
+5
2023-07-28
selinux: move debug functions into debug configuration
Christian Göttsche
1
-2
/
+3
2023-07-20
selinux: introduce SECURITY_SELINUX_DEBUG configuration
Christian Göttsche
1
-4
/
+4
2023-07-19
selinux: update my email address
Stephen Smalley
1
-1
/
+1
2023-07-19
selinux: add missing newlines in pr_err() statements
Christian Göttsche
1
-3
/
+3
2023-07-10
selinux: introduce an initial SID for early boot processes
Ondrej Mosnacek
1
-0
/
+27
2023-05-23
selinux: deprecated fs ocon
Christian Göttsche
1
-0
/
+4
2023-05-08
selinux: declare read-only data arrays const
Christian Göttsche
1
-1
/
+1
2022-05-03
selinux: declare data arrays const
Christian Göttsche
1
-17
/
+15
2022-05-03
selinux: resolve checkpatch errors
Christian Göttsche
1
-8
/
+4
2022-01-27
selinux: drop unused macro
Christian Göttsche
1
-2
/
+0
2022-01-26
selinux: declare name parameter of hash_eval const
Christian Göttsche
1
-1
/
+1
2021-08-02
selinux: correct the return value when loads initial sids
Xiu Jianfeng
1
-6
/
+4
2021-05-11
selinux: Remove redundant assignment to rc
Jiapeng Chong
1
-1
/
+0
2020-07-10
selinux: prepare for inlining of hashtab functions
Ondrej Mosnacek
1
-22
/
+54
2020-07-09
selinux: specialize symtab insert and search functions
Ondrej Mosnacek
1
-26
/
+26
2020-06-24
selinux: log error messages on required process class / permissions
Stephen Smalley
1
-5
/
+15
2020-06-03
Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-136
/
+315
2020-05-01
selinux: do not allocate hashtabs dynamically
Ondrej Mosnacek
1
-67
/
+60
2020-05-01
selinux: fix return value on error in policydb_read()
Ondrej Mosnacek
1
-0
/
+1
2020-05-01
selinux: simplify range_write()
Ondrej Mosnacek
1
-16
/
+2
2020-05-01
selinux: fix error return code in policydb_read()
Wei Yongjun
1
-0
/
+1
2020-04-22
selinux: don't produce incorrect filename_trans_count
Ondrej Mosnacek
1
-8
/
+3
2020-04-17
selinux: implement new format of filename transitions
Ondrej Mosnacek
1
-25
/
+187
2020-04-17
selinux: move context hashing under sidtab
Ondrej Mosnacek
1
-2
/
+0
2020-04-17
selinux: hash context structure directly
Ondrej Mosnacek
1
-5
/
+2
2020-04-17
selinux: store role transitions in a hash table
Ondrej Mosnacek
1
-46
/
+92
2020-04-16
selinux: free str on error in str_read()
Ondrej Mosnacek
1
-4
/
+4
2020-03-31
selinux: clean up indentation issue with assignment statement
Colin Ian King
1
-4
/
+3
2020-03-05
selinux: avtab_init() and cond_policydb_init() return void
Paul Moore
1
-9
/
+2
2020-03-05
selinux: clean up error path in policydb_init()
Ondrej Mosnacek
1
-13
/
+5
2020-02-28
selinux: remove unused initial SIDs and improve handling
Stephen Smalley
1
-13
/
+12
2020-02-28
selinux: reduce the use of hard-coded hash sizes
Ondrej Mosnacek
1
-33
/
+20
2020-02-22
selinux: optimize storage of filename transitions
Ondrej Mosnacek
1
-71
/
+95
2020-02-14
selinux: factor out loop body from filename_trans_read()
Ondrej Mosnacek
1
-59
/
+63
2020-02-12
selinux: convert cond_list to array
Ondrej Mosnacek
1
-1
/
+1
2020-01-16
selinux: fix wrong buffer types in policydb.c
Ondrej Mosnacek
1
-2
/
+2
2019-12-10
selinux: sidtab reverse lookup hash table
Jeff Vander Stoep
1
-0
/
+5
2019-10-08
selinux: default_range glblub implementation
Joshua Brindle
1
-0
/
+5
[next]