summaryrefslogtreecommitdiff
path: root/security/selinux/selinuxfs.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-01selinux: clean up selinuxfs resources on init failureHaoxiang Li1-6/+13
2026-06-17Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+13
2026-05-27selinux: comment typo fix in selinuxfs.cKalevi Kolttonen1-1/+1
2026-05-27selinux: use k[mz]alloc() to allocate temporary buffersMike Rapoport (Microsoft)1-6/+6
2026-05-05selinux: shrink critical section in sel_write_load()Stephen Smalley1-10/+8
2026-05-05selinux: allow multiple opens of /sys/fs/selinux/policyStephen Smalley1-23/+4
2026-05-05selinux: prune /sys/fs/selinux/userStephen Smalley1-63/+5
2026-05-05selinux: prune /sys/fs/selinux/disableStephen Smalley1-29/+7
2026-05-05selinux: prune /sys/fs/selinux/checkreqprotStephen Smalley1-40/+7
2026-04-29selinux: fix sel_kill_sb()Stephen Smalley1-5/+5
2026-04-27selinux: use QSTR() instead of QSTR_INIT() in init_sel_fsThorsten Blum1-2/+1
2026-03-06selinux: Use simple_start_creating() / simple_done_creating()NeilBrown1-9/+8
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-107/+78
2025-12-03Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2025-11-16convert selinuxfsAl Viro1-4/+6
2025-11-16selinuxfs: new helper for attaching files to treeAl Viro1-94/+66
2025-11-16selinuxfs: don't stash the dentry of /policy_capabilitiesAl Viro1-12/+9
2025-11-14Add start_renaming_two_dentries()NeilBrown1-2/+13
2025-10-22selinux: move initcalls to the LSM frameworkPaul Moore1-3/+2
2025-09-03selinux: fix sel_read_bool() allocation and error handlingStephen Smalley1-13/+5
2025-06-24selinux: don't bother with selinuxfs_info_free() on failuresAl Viro1-2/+0
2025-06-16selinux: add a 5 second sleep to /sys/fs/selinux/userPaul Moore1-0/+1
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-2/+2
2025-01-07selinux: supply missing field initializersChristian Göttsche1-1/+1
2024-12-11selinux: use native iterator typesChristian Göttsche1-1/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-05security: replace memcpy() with get_task_comm()Yafang Shao1-1/+1
2024-10-07selinux: Deprecate /sys/fs/selinux/userStephen Smalley1-0/+4
2024-05-15Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+22
2024-04-30selinux: pre-allocate the status pageChristian Göttsche1-0/+6
2024-04-01selinux: avoid dereference of garbage after mount failureChristian Göttsche1-5/+7
2024-03-26selinux: improve error checking in sel_write_load()Paul Moore1-14/+16
2023-11-16selinux: saner handling of policy reloadsAl Viro1-78/+66
2023-10-18selinux: convert to new timestamp accessorsJeff Layton1-1/+1
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+15
2023-08-09selinux: avoid implicit conversions in selinuxfs codeChristian Göttsche1-7/+7
2023-08-03selinux: avoid implicit conversions in services codeChristian Göttsche1-3/+4
2023-07-24selinux: convert to ctime accessor functionsJeff Layton1-1/+1
2023-07-18selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche1-3/+4
2023-05-08selinux: declare read-only data arrays constChristian Göttsche1-1/+1
2023-05-08selinux: adjust typos in commentsChristian Göttsche1-1/+1
2023-03-20selinux: remove the runtime disable functionalityPaul Moore1-37/+6
2023-03-20selinux: remove the 'checkreqprot' functionalityPaul Moore1-8/+5
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley1-130/+78
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-3/+3
2022-10-17selinux: increase the deprecation sleep for checkreqprot and runtime disablePaul Moore1-2/+2
2022-08-30selinux: use int arrays for boolean valuesChristian Göttsche1-5/+5