Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | selinux: fix a type cast problem in cred_init_security() | Paul Moore | 2022-01-27 | 1 | -1/+1 | |
| * | | | | | | | | selinux: drop unused macro | Christian Göttsche | 2022-01-26 | 1 | -2/+0 | |
| * | | | | | | | | selinux: simplify cred_init_security | Christian Göttsche | 2022-01-26 | 1 | -2/+1 | |
| * | | | | | | | | selinux: do not discard const qualifier in cast | Christian Göttsche | 2022-01-26 | 1 | -2/+2 | |
| * | | | | | | | | selinux: drop unused parameter of avtab_insert_node | Christian Göttsche | 2022-01-26 | 1 | -3/+3 | |
| * | | | | | | | | selinux: drop cast to same type | Christian Göttsche | 2022-01-26 | 1 | -1/+1 | |
| * | | | | | | | | selinux: enclose macro arguments in parenthesis | Christian Göttsche | 2022-01-26 | 3 | -7/+7 | |
| * | | | | | | | | selinux: declare name parameter of hash_eval const | Christian Göttsche | 2022-01-26 | 1 | -1/+1 | |
| * | | | | | | | | selinux: declare path parameters of _genfs_sid const | Christian Göttsche | 2022-01-26 | 2 | -5/+5 | |
| * | | | | | | | | selinux: check return value of sel_make_avc_files | Christian Göttsche | 2022-01-26 | 1 | -0/+2 | |
| * | | | | | | | | selinux: access superblock_security_struct in LSM blob way | GONG, Ruiqi | 2022-01-26 | 1 | -2/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-03-22 | 10 | -58/+116 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | EVM: fix the evm= __setup handler return value | Randy Dunlap | 2022-02-23 | 1 | -1/+1 | |
| * | | | | | | | | KEYS: encrypted: Instantiate key with user-provided decrypted data | Yael Tzur | 2022-02-22 | 2 | -23/+67 | |
| * | | | | | | | | ima: define ima_max_digest_data struct without a flexible array variable | Mimi Zohar | 2022-02-15 | 5 | -18/+17 | |
| * | | | | | | | | ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS | Mimi Zohar | 2022-02-15 | 3 | -4/+4 | |
| * | | | | | | | | ima: Return error code obtained from securityfs functions | Stefan Berger | 2022-02-15 | 1 | -8/+23 | |
| * | | | | | | | | ima: Fix trivial typos in the comments | Austin Kim | 2022-02-15 | 4 | -4/+4 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'Smack-for-5.18' of https://github.com/cschaufler/smack-next | Linus Torvalds | 2022-03-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix incorrect type in assignment of ipv6 port for audit | Casey Schaufler | 2022-03-01 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-03-22 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | gcc-plugins/stackleak: Provide verbose mode | Kees Cook | 2022-02-06 | 1 | -0/+10 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-22 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | block: remove genhd.h | Christoph Hellwig | 2022-02-02 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2022-03-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | crypto: dh - constify struct dh's pointer members | Nicolai Stange | 2022-03-02 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | integrity: Only use machine keyring when uefi_check_trust_mok_keys is true | Eric Snowberg | 2022-03-08 | 4 | -2/+23 | |
* | | | | | | | integrity: Trust MOK keys if MokListTrustedRT found | Eric Snowberg | 2022-03-08 | 1 | -0/+19 | |
* | | | | | | | KEYS: store reference to machine keyring | Eric Snowberg | 2022-03-08 | 1 | -0/+2 | |
* | | | | | | | integrity: add new keyring handler for mok keys | Eric Snowberg | 2022-03-08 | 3 | -3/+23 | |
* | | | | | | | integrity: Introduce a Linux keyring called machine | Eric Snowberg | 2022-03-08 | 5 | -3/+78 | |
* | | | | | | | integrity: Fix warning about missing prototypes | Eric Snowberg | 2022-03-08 | 1 | -0/+1 | |
* | | | | | | | KEYS: trusted: Avoid calling null function trusted_key_exit | Dave Kleikamp | 2022-03-08 | 1 | -1/+1 | |
* | | | | | | | KEYS: trusted: Fix trusted key backends when building as module | Andreas Rammhold | 2022-03-08 | 1 | -2/+2 | |
* | | | | | | | KEYS: fix length validation in keyctl_pkey_params_get_2() | Eric Biggers | 2022-03-08 | 1 | -3/+11 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-02-24 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | selinux: fix misuse of mutex_is_locked() | Ondrej Mosnacek | 2022-02-23 | 1 | -2/+2 | |
* | | | | | | Merge tag 'integrity-v5.17-fix' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-02-07 | 5 | -10/+27 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | ima: Do not print policy rule with inactive LSM labels | Stefan Berger | 2022-02-02 | 1 | -0/+8 | |
| * | | | | | ima: Allow template selection with ima_template[_fmt]= after ima_hash= | Roberto Sassu | 2022-02-02 | 1 | -3/+7 | |
| * | | | | | ima: Remove ima_policy file before directory | Stefan Berger | 2022-02-02 | 1 | -1/+1 | |
| * | | | | | integrity: check the return value of audit_log_start() | Xiaoke Wang | 2022-02-02 | 1 | -0/+2 | |
| * | | | | | ima: fix reference leak in asymmetric_verify() | Eric Biggers | 2022-01-25 | 1 | -6/+9 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge tag 'selinux-pr-20220203' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-02-04 | 1 | -1/+2 | |
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | | | ||||||
| * | | | selinux: fix double free of cond_list on error paths | Vratislav Bendel | 2022-02-02 | 1 | -1/+2 | |
| |/ / | ||||||
* | | | Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2022-01-29 | 1 | -2/+13 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | security, lsm: dentry_init_security() Handle multi LSM registration | Vivek Goyal | 2022-01-28 | 1 | -2/+13 | |
* | | | Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-01-11 | 1 | -6/+9 | |
|\ \ \ | ||||||
| * | | | fs: support mapped mounts of mapped filesystems | Christian Brauner | 2021-12-05 | 1 | -5/+4 | |
| * | | | fs: use low-level mapping helpers | Christian Brauner | 2021-12-03 | 1 | -5/+8 |