summaryrefslogtreecommitdiff
path: root/security/selinux/selinuxfs.c
AgeCommit message (Expand)Author
2024-04-01selinux: avoid dereference of garbage after mount failureChristian Göttsche
2023-11-16selinux: saner handling of policy reloadsAl Viro
2023-10-18selinux: convert to new timestamp accessorsJeff Layton
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-09selinux: avoid implicit conversions in selinuxfs codeChristian Göttsche
2023-08-03selinux: avoid implicit conversions in services codeChristian Göttsche
2023-07-24selinux: convert to ctime accessor functionsJeff Layton
2023-07-18selinux: avoid implicit conversions regarding enforcing statusChristian Göttsche
2023-05-08selinux: declare read-only data arrays constChristian Göttsche
2023-05-08selinux: adjust typos in commentsChristian Göttsche
2023-03-20selinux: remove the runtime disable functionalityPaul Moore
2023-03-20selinux: remove the 'checkreqprot' functionalityPaul Moore
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-10-17selinux: increase the deprecation sleep for checkreqprot and runtime disablePaul Moore
2022-08-30selinux: use int arrays for boolean valuesChristian Göttsche
2022-08-30selinux: remove an unneeded variable in sel_make_class_dir_entries()ye xingchen
2022-04-14selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is truePaul Moore
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore
2022-04-04selinux: runtime disable is deprecated, add some ssleep() discomfortPaul Moore
2022-03-02selinux: shorten the policy capability enum namesPaul Moore
2022-01-25selinux: check return value of sel_make_avc_filesChristian Göttsche
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-03-18selinuxfs: unify policy load error reportingOndrej Mosnacek
2021-03-18selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek
2021-03-18selinux: don't log MAC_POLICY_LOAD record on failed policy loadOndrej Mosnacek
2021-03-08selinux: measure state and policy capabilitiesLakshmi Ramasubramanian
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek
2021-01-12selinux: make selinuxfs_mount staticOndrej Mosnacek
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian
2020-08-31selinux: simplify away security_policydb_len()Ondrej Mosnacek
2020-08-27selinux: move policy mutex to selinux_state, use in lockdep checksStephen Smalley
2020-08-21selinux: Create new booleans and class dirs out of treeDaniel Burgener
2020-08-21selinux: Standardize string literal usage for selinuxfs directory namesDaniel Burgener
2020-08-21selinux: Refactor selinuxfs directory populating functionsDaniel Burgener
2020-08-21selinux: Create function for selinuxfs directory cleanupDaniel Burgener
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley
2020-02-27selinux: remove unused initial SIDs and improve handlingStephen Smalley
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek
2020-02-10selinux: sel_avc_get_stat_idx should increase position indexVasily Averin
2020-02-10Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley
2020-01-07selinux: deprecate disabling SELinux and runtimePaul Moore
2020-01-06selinuxfs: use scnprintf to get real length for inodeliuyang34
2019-12-18selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley
2019-12-09selinux: sidtab reverse lookup hash tableJeff Vander Stoep
2019-10-01selinux: remove load size limitzhanglin
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-07-04vfs: Convert selinuxfs to use the new mount APIDavid Howells
2019-06-14LSM: switch to blocking policy update notifiersJanne Karhunen