summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-2119-214/+223
|\
| * selinux: shorten the policy capability enum namesPaul Moore2022-03-025-24/+24
| * selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines2022-02-254-1/+16
| * selinux: use correct type for context lengthChristian Göttsche2022-02-181-1/+1
| * selinux: drop return statement at end of void functionsChristian Göttsche2022-02-185-8/+0
| * security: implement sctp_assoc_established hook in selinuxOndrej Mosnacek2022-02-151-24/+66
| * security: add sctp_assoc_established hookOndrej Mosnacek2022-02-151-0/+7
| * selinux: parse contexts for mount options earlyOndrej Mosnacek2022-02-041-149/+53
| * selinux: various sparse fixesPaul Moore2022-02-014-7/+8
| * selinux: try to use preparsed sid before calling parse_sid()Scott Mayhew2022-02-011-29/+59
| * selinux: Fix selinux_sb_mnt_opts_compat()Scott Mayhew2022-02-011-34/+41
| * LSM: general protection fault in legacy_parse_paramCasey Schaufler2022-01-272-5/+17
| * selinux: fix a type cast problem in cred_init_security()Paul Moore2022-01-271-1/+1
| * selinux: drop unused macroChristian Göttsche2022-01-261-2/+0
| * selinux: simplify cred_init_securityChristian Göttsche2022-01-261-2/+1
| * selinux: do not discard const qualifier in castChristian Göttsche2022-01-261-2/+2
| * selinux: drop unused parameter of avtab_insert_nodeChristian Göttsche2022-01-261-3/+3
| * selinux: drop cast to same typeChristian Göttsche2022-01-261-1/+1
| * selinux: enclose macro arguments in parenthesisChristian Göttsche2022-01-263-7/+7
| * selinux: declare name parameter of hash_eval constChristian Göttsche2022-01-261-1/+1
| * selinux: declare path parameters of _genfs_sid constChristian Göttsche2022-01-252-5/+5
| * selinux: check return value of sel_make_avc_filesChristian Göttsche2022-01-251-0/+2
| * selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi2022-01-251-2/+2
* | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-2110-58/+116
|\ \
| * | EVM: fix the evm= __setup handler return valueRandy Dunlap2022-02-221-1/+1
| * | KEYS: encrypted: Instantiate key with user-provided decrypted dataYael Tzur2022-02-212-23/+67
| * | ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar2022-02-155-18/+17
| * | ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar2022-02-153-4/+4
| * | ima: Return error code obtained from securityfs functionsStefan Berger2022-02-151-8/+23
| * | ima: Fix trivial typos in the commentsAustin Kim2022-02-154-4/+4
* | | Merge tag 'Smack-for-5.18' of https://github.com/cschaufler/smack-nextLinus Torvalds2022-03-211-1/+1
|\ \ \
| * | | Fix incorrect type in assignment of ipv6 port for auditCasey Schaufler2022-02-281-1/+1
| | |/ | |/|
* | | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-0/+10
|\ \ \
| * | | gcc-plugins/stackleak: Provide verbose modeKees Cook2022-02-061-0/+10
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+0
|\ \ \ \
| * | | | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
| |/ / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-1/+1
|\ \ \ \
| * | | | crypto: dh - constify struct dh's pointer membersNicolai Stange2022-03-031-1/+1
| | |/ / | |/| |
* | | | integrity: Only use machine keyring when uefi_check_trust_mok_keys is trueEric Snowberg2022-03-084-2/+23
* | | | integrity: Trust MOK keys if MokListTrustedRT foundEric Snowberg2022-03-081-0/+19
* | | | KEYS: store reference to machine keyringEric Snowberg2022-03-081-0/+2
* | | | integrity: add new keyring handler for mok keysEric Snowberg2022-03-083-3/+23
* | | | integrity: Introduce a Linux keyring called machineEric Snowberg2022-03-085-3/+78
* | | | integrity: Fix warning about missing prototypesEric Snowberg2022-03-081-0/+1
* | | | KEYS: trusted: Avoid calling null function trusted_key_exitDave Kleikamp2022-03-081-1/+1
* | | | KEYS: trusted: Fix trusted key backends when building as moduleAndreas Rammhold2022-03-081-2/+2
* | | | KEYS: fix length validation in keyctl_pkey_params_get_2()Eric Biggers2022-03-081-3/+11
* | | | Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-02-231-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | selinux: fix misuse of mutex_is_locked()Ondrej Mosnacek2022-02-221-2/+2
* | | | Merge tag 'integrity-v5.17-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-02-075-10/+27
|\ \ \ \