summaryrefslogtreecommitdiffstats
path: root/security (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20200127' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-2825-554/+1010
|\
| * selinux: fix regression introduced by move_mount(2) syscallStephen Smalley2020-01-201-0/+10
| * selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek2020-01-161-15/+13
| * selinux: remove redundant allocation and helper functionsPaul Moore2020-01-161-58/+36
| * selinux: remove redundant selinux_nlmsg_permHuaisheng Ye2020-01-161-39/+34
| * selinux: fix wrong buffer types in policydb.cOndrej Mosnacek2020-01-161-2/+2
| * selinux: reorder hooks to make runtime disable less brokenOndrej Mosnacek2020-01-101-31/+70
| * selinux: treat atomic flags more carefullyOndrej Mosnacek2020-01-103-31/+61
| * selinux: make default_noexec read-only after initStephen Smalley2020-01-101-1/+1
| * selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.Ravi Kumar Siddojigari2020-01-102-2/+15
| * selinux: remove redundant msg_msg_alloc_securityHuaisheng Ye2020-01-101-11/+6
| * Documentation,selinux: fix references to old selinuxfs mount pointStephen Smalley2020-01-071-3/+4
| * selinux: deprecate disabling SELinux and runtimePaul Moore2020-01-072-0/+10
| * selinux: allow per-file labelling for binderfsHridya Valsaraju2020-01-071-0/+1
| * selinuxfs: use scnprintf to get real length for inodeliuyang342020-01-071-2/+2
| * selinux: remove set but not used variable 'sidtab'YueHaibing2019-12-241-8/+0
| * selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore2019-12-231-0/+6
| * selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav2019-12-211-1/+1
| * selinux: randomize layout of key structuresStephen Smalley2019-12-194-4/+4
| * selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-197-18/+17
| * selinux: remove unnecessary selinux cred requestYang Guo2019-12-121-4/+3
| * selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore2019-12-101-27/+24
| * security: only build lsm_audit if CONFIG_SECURITY=yStephen Smalley2019-12-101-1/+1
| * selinux: clean up selinux_inode_permission MAY_NOT_BLOCK testsStephen Smalley2019-12-101-4/+4
| * selinux: fall back to ref-walk if audit is requiredStephen Smalley2019-12-103-26/+17
| * selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley2019-12-103-4/+30
| * security,lockdown,selinux: implement SELinux lockdownStephen Smalley2019-12-095-27/+70
| * selinux: cache the SID -> context string translationOndrej Mosnacek2019-12-094-94/+288
| * selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-099-167/+306
* | Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-055-47/+55
|\ \
| * | apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-053-42/+46
| * | apparmor: only get a label reference if the fast path check failsJohn Johansen2020-01-021-4/+8
| * | apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt2020-01-021-1/+1
* | | Merge tag 'tomoyo-fixes-for-5.5' of git://git.osdn.net/gitroot/tomoyo/tomoyo-...Linus Torvalds2019-12-315-44/+27
|\ \ \ | |/ / |/| |
| * | tomoyo: Suppress RCU warning at list_for_each_entry_rcu().Tetsuo Handa2019-12-164-13/+26
| * | tomoyo: Don't use nifty names on sockets.Tetsuo Handa2019-12-111-31/+1
| |/
* | Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds2019-12-195-12/+4
|\ \
| * | security: keys: trusted: fix lost handle flushJames Bottomley2019-12-171-0/+1
| * | KEYS: remove CONFIG_KEYS_COMPATEric Biggers2019-12-124-12/+3
| |/
* / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-0315-165/+526
|\
| * apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen2019-11-236-38/+62
| * apparmor: reduce rcu_read_lock scope for aa_file_perm mediationJohn Johansen2019-11-231-3/+3
| * apparmor: fix wrong buffer allocation in aa_new_mountJohn Johansen2019-11-231-4/+4
| * apparmor: fix unsigned len comparison with less than zeroColin Ian King2019-11-231-5/+7
| * apparmor: increase left match history buffer sizeJohn Johansen2019-06-202-5/+4
| * apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior2019-06-203-12/+12
| * apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior2019-06-205-111/+164
| * apparmor: Force type-casting of current->real_credBharath Vedartham2019-06-201-1/+1
| * apparmor: fix spelling mistake "immutible" -> "immutable"Colin Ian King2019-04-171-1/+1