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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-16
Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+4
2020-04-15
selinux: free str on error in str_read()
Ondrej Mosnacek
1
-4
/
+4
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-03-31
Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
18
-448
/
+448
2020-03-30
selinux: clean up indentation issue with assignment statement
Colin Ian King
1
-4
/
+3
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-05
selinux: avtab_init() and cond_policydb_init() return void
Paul Moore
5
-21
/
+7
2020-03-05
selinux: clean up error path in policydb_init()
Ondrej Mosnacek
1
-13
/
+5
2020-02-27
selinux: remove unused initial SIDs and improve handling
Stephen Smalley
4
-56
/
+58
2020-02-27
selinux: reduce the use of hard-coded hash sizes
Ondrej Mosnacek
4
-40
/
+45
2020-02-22
selinux: Add xfs quota command types
Richard Haines
1
-0
/
+7
2020-02-22
selinux: optimize storage of filename transitions
Ondrej Mosnacek
3
-80
/
+110
2020-02-13
selinux: factor out loop body from filename_trans_read()
Ondrej Mosnacek
1
-59
/
+63
2020-02-11
security: selinux: allow per-file labeling for bpffs
Connor O'Brien
1
-0
/
+1
2020-02-11
selinux: generalize evaluate_cond_node()
Ondrej Mosnacek
3
-6
/
+12
2020-02-11
selinux: convert cond_expr to array
Ondrej Mosnacek
2
-43
/
+33
2020-02-11
selinux: convert cond_av_list to array
Ondrej Mosnacek
2
-79
/
+53
2020-02-11
selinux: convert cond_list to array
Ondrej Mosnacek
7
-59
/
+43
2020-02-10
Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-10
/
+4
2020-02-10
selinux: sel_avc_get_stat_idx should increase position index
Vasily Averin
1
-0
/
+1
2020-02-10
selinux: allow kernfs symlinks to inherit parent directory context
Christian Göttsche
3
-2
/
+13
2020-02-10
selinux: simplify evaluate_cond_node()
Ondrej Mosnacek
3
-13
/
+6
2020-02-10
Documentation,selinux: deprecate setting checkreqprot to 1
Stephen Smalley
3
-1
/
+15
2020-02-10
selinux: move status variables out of selinux_ss
Ondrej Mosnacek
6
-22
/
+23
2020-02-08
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+3
2020-02-07
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
1
-7
/
+3
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
1
-2
/
+1
2020-02-05
selinux: fix sidtab string cache locking
Ondrej Mosnacek
1
-9
/
+3
2020-02-05
selinux: fix typo in filesystem name
Hridya Valsaraju
1
-1
/
+1
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+4
2020-01-20
selinux: fix regression introduced by move_mount(2) syscall
Stephen Smalley
1
-0
/
+10
2020-01-16
selinux: do not allocate ancillary buffer on first load
Ondrej Mosnacek
1
-15
/
+13
2020-01-16
selinux: remove redundant allocation and helper functions
Paul Moore
1
-58
/
+36
2020-01-16
selinux: remove redundant selinux_nlmsg_perm
Huaisheng Ye
1
-39
/
+34
2020-01-16
selinux: fix wrong buffer types in policydb.c
Ondrej Mosnacek
1
-2
/
+2
2020-01-15
net: bridge: vlan: add rtm definitions and dump support
Nikolay Aleksandrov
1
-1
/
+4
2020-01-10
selinux: reorder hooks to make runtime disable less broken
Ondrej Mosnacek
1
-31
/
+70
2020-01-10
selinux: treat atomic flags more carefully
Ondrej Mosnacek
3
-31
/
+61
2020-01-10
selinux: make default_noexec read-only after init
Stephen Smalley
1
-1
/
+1
2020-01-10
selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.
Ravi Kumar Siddojigari
2
-2
/
+15
2020-01-10
selinux: remove redundant msg_msg_alloc_security
Huaisheng Ye
1
-11
/
+6
2020-01-07
Documentation,selinux: fix references to old selinuxfs mount point
Stephen Smalley
1
-3
/
+4
2020-01-07
selinux: deprecate disabling SELinux and runtime
Paul Moore
2
-0
/
+10
2020-01-06
selinux: allow per-file labelling for binderfs
Hridya Valsaraju
1
-0
/
+1
2020-01-06
selinuxfs: use scnprintf to get real length for inode
liuyang34
1
-2
/
+2
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-21
selinux: ensure we cleanup the internal AVC counters on error in avc_update()
Jaihind Yadav
1
-1
/
+1
2019-12-18
selinux: randomize layout of key structures
Stephen Smalley
4
-4
/
+4
2019-12-18
selinux: clean up selinux_enabled/disabled/enforcing_boot
Stephen Smalley
7
-18
/
+17
[next]