index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-08-29
1
-2
/
+2
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-1
/
+1
|
|
\
|
*
|
security: Constify sk in the sk_getsecid hook.
Guillaume Nault
2023-07-14
1
-2
/
+2
*
|
|
Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2023-08-28
1
-0
/
+22
|
\
\
\
|
*
|
|
vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...
David Howells
2023-08-15
1
-0
/
+22
|
|
/
/
*
|
|
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
selinux: convert to ctime accessor functions
Jeff Layton
2023-07-24
1
-1
/
+1
|
|
/
*
/
selinux: set next pointer before attaching to list
Christian Göttsche
2023-08-18
1
-1
/
+1
|
/
*
selinux: avoid bool as identifier name
Christian Göttsche
2023-06-05
2
-5
/
+5
*
selinux: fix Makefile for versions of make < v4.3
Paul Moore
2023-06-02
1
-3
/
+14
*
selinux: make labeled NFS work when mounted before policy load
Ondrej Mosnacek
2023-05-30
2
-17
/
+42
*
selinux: cleanup exit_sel_fs() declaration
Xiu Jianfeng
2023-05-30
1
-1
/
+0
*
selinux: deprecated fs ocon
Christian Göttsche
2023-05-23
2
-1
/
+5
*
selinux: make header files self-including
Christian Göttsche
2023-05-18
2
-0
/
+4
*
selinux: keep context struct members in sync
Christian Göttsche
2023-05-18
1
-0
/
+1
*
selinux: Implement mptcp_add_subflow hook
Paolo Abeni
2023-05-18
2
-2
/
+22
*
selinux: small cleanups in selinux_audit_rule_init()
Paul Moore
2023-05-08
1
-20
/
+18
*
selinux: declare read-only data arrays const
Christian Göttsche
2023-05-08
3
-3
/
+3
*
selinux: retain const qualifier on string literal in avtab_hash_eval()
Christian Göttsche
2023-05-08
2
-2
/
+2
*
selinux: drop return at end of void function avc_insert()
Christian Göttsche
2023-05-08
1
-1
/
+0
*
selinux: avc: drop unused function avc_disable()
Christian Göttsche
2023-05-08
2
-22
/
+0
*
selinux: adjust typos in comments
Christian Göttsche
2023-05-08
6
-6
/
+6
*
selinux: do not leave dangling pointer behind
Christian Göttsche
2023-05-08
1
-0
/
+1
*
selinux: more Makefile tweaks
Paul Moore
2023-05-08
1
-10
/
+9
*
selinux: ensure av_permissions.h is built when needed
Paul Moore
2023-04-13
1
-1
/
+1
*
selinux: fix Makefile dependencies of flask.h
Ondrej Mosnacek
2023-04-12
1
-2
/
+2
*
selinux: stop returning node from avc_insert()
Stephen Smalley
2023-04-04
1
-13
/
+11
*
selinux: remove the runtime disable functionality
Paul Moore
2023-03-20
4
-137
/
+8
*
selinux: remove the 'checkreqprot' functionality
Paul Moore
2023-03-20
4
-56
/
+11
*
selinux: stop passing selinux_state pointers and their offspring
Stephen Smalley
2023-03-14
18
-995
/
+651
*
selinux: uninline unlikely parts of avc_has_perm_noaudit()
Paul Moore
2023-03-08
1
-28
/
+57
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-24
1
-3
/
+3
|
\
|
*
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-10
1
-3
/
+3
*
|
fs: port inode_owner_or_capable() to mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+2
*
|
fs: port acl to mnt_idmap
Christian Brauner
2023-01-19
1
-3
/
+3
*
|
fs: port xattr to mnt_idmap
Christian Brauner
2023-01-19
1
-4
/
+5
*
|
fs: port ->permission() to pass mnt_idmap
Christian Brauner
2023-01-19
1
-2
/
+2
|
/
*
Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-13
1
-7
/
+6
|
\
|
*
lsm: make security_socket_getpeersec_stream() sockptr_t safe
Paul Moore
2022-11-05
1
-7
/
+6
*
|
Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-12-13
5
-47
/
+52
|
\
\
|
*
|
selinux: remove the sidtab context conversion indirect calls
Paul Moore
2022-11-09
4
-44
/
+45
|
*
|
selinux: increase the deprecation sleep for checkreqprot and runtime disable
Paul Moore
2022-10-17
1
-2
/
+2
|
|
/
*
|
Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-13
1
-0
/
+22
|
\
\
|
*
|
selinux: implement get, set and remove acl hook
Christian Brauner
2022-10-20
1
-0
/
+22
|
|
/
*
/
selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
GONG, Ruiqi
2022-10-19
3
-5
/
+6
|
/
*
Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2022-10-07
1
-1
/
+1
|
\
|
*
->getprocattr(): attribute name is const char *, TYVM...
Al Viro
2022-09-01
1
-1
/
+1
*
|
Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-10-04
2
-0
/
+11
|
\
\
|
*
|
selinux: Implement userns_create hook
Frederick Lawler
2022-08-16
2
-0
/
+11
|
|
/
*
|
Merge tag 'selinux-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-10-04
6
-53
/
+46
|
\
\
[next]