index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
/
services.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-21
Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+55
2021-01-14
selinux: include a consumer of the new IMA critical data hook
Lakshmi Ramasubramanian
1
-9
/
+55
2021-01-12
selinux: drop the unnecessary aurule_callback variable
Ondrej Mosnacek
1
-7
/
+3
2020-10-27
selinux: allow dontauditx and auditallowx rules to take effect without allowx
bauen1
1
-3
/
+1
2020-09-11
selinux: access policycaps with READ_ONCE/WRITE_ONCE
Stephen Smalley
1
-1
/
+2
2020-08-31
selinux: simplify away security_policydb_len()
Ondrej Mosnacek
1
-23
/
+4
2020-08-27
selinux: move policy mutex to selinux_state, use in lockdep checks
Stephen Smalley
1
-29
/
+8
2020-08-26
selinux: fix error handling bugs in security_load_policy()
Dan Carpenter
1
-11
/
+23
2020-08-25
selinux: convert policy read-write lock to RCU
Stephen Smalley
1
-209
/
+278
2020-08-19
selinux: avoid dereferencing the policy prior to initialization
Stephen Smalley
1
-0
/
+60
2020-08-19
selinux: fix allocation failure check on newpolicy->sidtab
Colin Ian King
1
-1
/
+1
2020-08-17
selinux: refactor changing booleans
Stephen Smalley
1
-62
/
+101
2020-08-17
selinux: move policy commit after updating selinuxfs
Stephen Smalley
1
-44
/
+41
2020-08-17
selinux: encapsulate policy state, refactor policy load
Stephen Smalley
1
-189
/
+214
2020-08-17
scripts/selinux,selinux: update mdp to enable policy capabilities
Stephen Smalley
1
-11
/
+1
2020-08-04
Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-19
/
+19
2020-07-09
selinux: prepare for inlining of hashtab functions
Ondrej Mosnacek
1
-2
/
+2
2020-07-08
selinux: specialize symtab insert and search functions
Ondrej Mosnacek
1
-17
/
+17
2020-06-10
selinux: fix double free
Tom Rix
1
-0
/
+4
2020-05-01
selinux: do not allocate hashtabs dynamically
Ondrej Mosnacek
1
-22
/
+22
2020-04-17
selinux: move context hashing under sidtab
Ondrej Mosnacek
1
-33
/
+26
2020-04-17
selinux: hash context structure directly
Ondrej Mosnacek
1
-31
/
+4
2020-04-17
selinux: store role transitions in a hash table
Ondrej Mosnacek
1
-11
/
+10
2020-04-14
selinux: fix warning Comparison to bool
Zou Wei
1
-2
/
+2
2020-02-27
selinux: remove unused initial SIDs and improve handling
Stephen Smalley
1
-13
/
+13
2020-02-22
selinux: optimize storage of filename transitions
Ondrej Mosnacek
1
-6
/
+10
2020-02-11
selinux: generalize evaluate_cond_node()
Ondrej Mosnacek
1
-4
/
+2
2020-02-11
selinux: convert cond_list to array
Ondrej Mosnacek
1
-14
/
+14
2020-02-10
selinux: allow kernfs symlinks to inherit parent directory context
Christian Göttsche
1
-1
/
+2
2020-02-10
selinux: simplify evaluate_cond_node()
Ondrej Mosnacek
1
-10
/
+4
2020-02-10
selinux: move status variables out of selinux_ss
Ondrej Mosnacek
1
-2
/
+0
2020-01-16
selinux: do not allocate ancillary buffer on first load
Ondrej Mosnacek
1
-15
/
+13
2020-01-10
selinux: treat atomic flags more carefully
Ondrej Mosnacek
1
-19
/
+19
2019-12-24
selinux: remove set but not used variable 'sidtab'
YueHaibing
1
-8
/
+0
2019-12-23
selinux: ensure the policy has been loaded before reading the sidtab stats
Paul Moore
1
-0
/
+6
2019-12-09
selinux: cache the SID -> context string translation
Ondrej Mosnacek
1
-54
/
+84
2019-12-09
selinux: sidtab reverse lookup hash table
Jeff Vander Stoep
1
-24
/
+72
2019-10-08
Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+8
2019-10-03
selinux: fix context string corruption in convert_context()
Ondrej Mosnacek
1
-1
/
+8
2019-09-23
Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2019-08-05
selinux: policydb - rename type_val_to_struct_array
Ondrej Mosnacek
1
-3
/
+3
2019-07-08
Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+19
2019-07-01
selinux: format all invalid context as untrusted
Richard Guy Briggs
1
-10
/
+19
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
1
-3
/
+1
2019-05-21
selinux: remove some no-op BUG_ONs
Ondrej Mosnacek
1
-4
/
+0
2019-03-25
selinux: remove useless assignments
Ondrej Mosnacek
1
-5
/
+2
2019-03-12
selinux: convert to kvmalloc
Kent Overstreet
1
-15
/
+7
2019-03-07
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+1
2019-03-07
Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+32
2019-01-31
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
1
-2
/
+1
[next]