summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-01-24commoncap: handle idmapped mountsChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-14selinux: include a consumer of the new IMA critical data hookLakshmi Ramasubramanian
2021-01-14selinux: teach SELinux about anonymous inodesDaniel Colascione
2021-01-13selinux: fall back to SECURITY_FS_USE_GENFS if no xattr supportOndrej Mosnacek
2021-01-12selinux: mark selinux_xfrm_refcount as __read_mostlyOndrej Mosnacek
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek
2021-01-12selinux: make selinuxfs_mount staticOndrej Mosnacek
2021-01-12selinux: drop the unnecessary aurule_callback variableOndrej Mosnacek
2021-01-12selinux: remove unused global variablesOndrej Mosnacek
2021-01-04selinux: fix inconsistency between inode_getxattr and inode_listsecurityAmir Goldstein
2021-01-04selinux: handle MPTCP consistently with TCPPaolo Abeni
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-23selinux: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-14Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-12selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou
2020-11-12selinux: drop super_block backpointer from superblock_security_structOndrej Mosnacek
2020-11-05selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore
2020-10-27selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen1
2020-10-27selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-09-15selinux: Add helper functions to get and set checkreqprotLakshmi Ramasubramanian
2020-09-11selinux: access policycaps with READ_ONCE/WRITE_ONCEStephen Smalley
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-26selinux: fix error handling bugs in security_load_policy()Dan Carpenter
2020-08-25selinux: convert policy read-write lock to RCUStephen Smalley
2020-08-24selinux: delete repeated words in commentsRandy Dunlap
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21selinux: add basic filtering for audit trace eventsPeter Enderborg
2020-08-21selinux: add tracepoint on audited eventsThiƩbaud Weksteen
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-20selinux: permit removing security.selinux xattr before policy loadStephen Smalley
2020-08-20selinux: fix memdup.cocci warningskernel test robot
2020-08-19selinux: avoid dereferencing the policy prior to initializationStephen Smalley
2020-08-19selinux: fix allocation failure check on newpolicy->sidtabColin Ian King
2020-08-17selinux: refactor changing booleansStephen Smalley
2020-08-17selinux: move policy commit after updating selinuxfsStephen Smalley