summaryrefslogtreecommitdiffstats
path: root/security (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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-262-5/+5
| * | | | | | | | selinux: check return value of sel_make_avc_filesChristian Göttsche2022-01-261-0/+2
| * | | | | | | | selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi2022-01-261-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-2210-58/+116
|\ \ \ \ \ \ \ \
| * | | | | | | | EVM: fix the evm= __setup handler return valueRandy Dunlap2022-02-231-1/+1
| * | | | | | | | KEYS: encrypted: Instantiate key with user-provided decrypted dataYael Tzur2022-02-222-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-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix incorrect type in assignment of ipv6 port for auditCasey Schaufler2022-03-011-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-221-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-221-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-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | crypto: dh - constify struct dh's pointer membersNicolai Stange2022-03-021-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-241-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | selinux: fix misuse of mutex_is_locked()Ondrej Mosnacek2022-02-231-2/+2
* | | | | | Merge tag 'integrity-v5.17-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-02-075-10/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ima: Do not print policy rule with inactive LSM labelsStefan Berger2022-02-021-0/+8
| * | | | | ima: Allow template selection with ima_template[_fmt]= after ima_hash=Roberto Sassu2022-02-021-3/+7
| * | | | | ima: Remove ima_policy file before directoryStefan Berger2022-02-021-1/+1
| * | | | | integrity: check the return value of audit_log_start()Xiaoke Wang2022-02-021-0/+2
| * | | | | ima: fix reference leak in asymmetric_verify()Eric Biggers2022-01-251-6/+9
| | |/ / / | |/| | |
* | | | | Merge tag 'selinux-pr-20220203' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-02-041-1/+2
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | selinux: fix double free of cond_list on error pathsVratislav Bendel2022-02-021-1/+2
| |/ /
* | | Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-01-291-2/+13
|\ \ \ | |/ / |/| |
| * | security, lsm: dentry_init_security() Handle multi LSM registrationVivek Goyal2022-01-281-2/+13
* | | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-6/+9
|\ \ \
| * | | fs: support mapped mounts of mapped filesystemsChristian Brauner2021-12-051-5/+4
| * | | fs: use low-level mapping helpersChristian Brauner2021-12-031-5/+8