index
:
pub/scm/linux/kernel/git/rcu/linux.git
master
paulmck's fork of linux.git
RCU Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
selinuxfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-01
selinux: clean up selinuxfs resources on init failure
Haoxiang Li
1
-6
/
+13
2026-06-17
Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+13
2026-05-27
selinux: comment typo fix in selinuxfs.c
Kalevi Kolttonen
1
-1
/
+1
2026-05-27
selinux: use k[mz]alloc() to allocate temporary buffers
Mike Rapoport (Microsoft)
1
-6
/
+6
2026-05-05
selinux: shrink critical section in sel_write_load()
Stephen Smalley
1
-10
/
+8
2026-05-05
selinux: allow multiple opens of /sys/fs/selinux/policy
Stephen Smalley
1
-23
/
+4
2026-05-05
selinux: prune /sys/fs/selinux/user
Stephen Smalley
1
-63
/
+5
2026-05-05
selinux: prune /sys/fs/selinux/disable
Stephen Smalley
1
-29
/
+7
2026-05-05
selinux: prune /sys/fs/selinux/checkreqprot
Stephen Smalley
1
-40
/
+7
2026-04-29
selinux: fix sel_kill_sb()
Stephen Smalley
1
-5
/
+5
2026-04-27
selinux: use QSTR() instead of QSTR_INIT() in init_sel_fs
Thorsten Blum
1
-2
/
+1
2026-03-06
selinux: Use simple_start_creating() / simple_done_creating()
NeilBrown
1
-9
/
+8
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-107
/
+78
2025-12-03
Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+2
2025-11-16
convert selinuxfs
Al Viro
1
-4
/
+6
2025-11-16
selinuxfs: new helper for attaching files to tree
Al Viro
1
-94
/
+66
2025-11-16
selinuxfs: don't stash the dentry of /policy_capabilities
Al Viro
1
-12
/
+9
2025-11-14
Add start_renaming_two_dentries()
NeilBrown
1
-2
/
+13
2025-10-22
selinux: move initcalls to the LSM framework
Paul Moore
1
-3
/
+2
2025-09-03
selinux: fix sel_read_bool() allocation and error handling
Stephen Smalley
1
-13
/
+5
2025-06-24
selinux: don't bother with selinuxfs_info_free() on failures
Al Viro
1
-2
/
+0
2025-06-16
selinux: add a 5 second sleep to /sys/fs/selinux/user
Paul Moore
1
-0
/
+1
2025-04-08
Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS
NeilBrown
1
-2
/
+2
2025-01-07
selinux: supply missing field initializers
Christian Göttsche
1
-1
/
+1
2024-12-11
selinux: use native iterator types
Christian Göttsche
1
-1
/
+1
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-11-05
security: replace memcpy() with get_task_comm()
Yafang Shao
1
-1
/
+1
2024-10-07
selinux: Deprecate /sys/fs/selinux/user
Stephen Smalley
1
-0
/
+4
2024-05-15
Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+22
2024-04-30
selinux: pre-allocate the status page
Christian Göttsche
1
-0
/
+6
2024-04-01
selinux: avoid dereference of garbage after mount failure
Christian Göttsche
1
-5
/
+7
2024-03-26
selinux: improve error checking in sel_write_load()
Paul Moore
1
-14
/
+16
2023-11-16
selinux: saner handling of policy reloads
Al Viro
1
-78
/
+66
2023-10-18
selinux: convert to new timestamp accessors
Jeff Layton
1
-1
/
+1
2023-08-30
Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+15
2023-08-09
selinux: avoid implicit conversions in selinuxfs code
Christian Göttsche
1
-7
/
+7
2023-08-03
selinux: avoid implicit conversions in services code
Christian Göttsche
1
-3
/
+4
2023-07-24
selinux: convert to ctime accessor functions
Jeff Layton
1
-1
/
+1
2023-07-18
selinux: avoid implicit conversions regarding enforcing status
Christian Göttsche
1
-3
/
+4
2023-05-08
selinux: declare read-only data arrays const
Christian Göttsche
1
-1
/
+1
2023-05-08
selinux: adjust typos in comments
Christian Göttsche
1
-1
/
+1
2023-03-20
selinux: remove the runtime disable functionality
Paul Moore
1
-37
/
+6
2023-03-20
selinux: remove the 'checkreqprot' functionality
Paul Moore
1
-8
/
+5
2023-03-14
selinux: stop passing selinux_state pointers and their offspring
Stephen Smalley
1
-130
/
+78
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-3
/
+3
2022-10-17
selinux: increase the deprecation sleep for checkreqprot and runtime disable
Paul Moore
1
-2
/
+2
2022-08-30
selinux: use int arrays for boolean values
Christian Göttsche
1
-5
/
+5
[next]