messages from 2017-10-12 00:57:14 to 2017-10-19 14:53:42 UTC [more...]
[PATCH 00/27] security, efi: Add kernel lockdown
2017-10-19 14:53 UTC (26+ messages)
` [PATCH 01/27] Add the ability to lock down access to the running kernel image
` [PATCH 02/27] Add a SysRq option to lift kernel lockdown
` [PATCH 03/27] Enforce module signatures if the kernel is locked down
` [PATCH 04/27] Restrict /dev/mem and /dev/kmem when "
` [PATCH 05/27] kexec: Disable at runtime if "
` [PATCH 06/27] Copy secure_boot flag in boot params across kexec reboot
` [PATCH 07/27] kexec_file: Disable at runtime if securelevel has been set
` [PATCH 08/27] hibernate: Disable when the kernel is locked down
` [PATCH 09/27] uswsusp: "
` [PATCH 10/27] PCI: Lock down BAR access "
` [PATCH 11/27] x86: Lock down IO port "
` [PATCH 12/27] x86/msr: Restrict MSR "
` [PATCH 13/27] asus-wmi: Restrict debugfs interface "
` [PATCH 14/27] ACPI: Limit access to custom_method "
` [PATCH 15/27] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH 16/27] acpi: Disable ACPI table override if the kernel is "
` [PATCH 17/27] acpi: Disable APEI error injection "
` [PATCH 18/27] bpf: Restrict kernel image access functions when "
` [PATCH 19/27] scsi: Lock down the eata driver
` [PATCH 20/27] Prohibit PCMCIA CIS storage when the kernel is locked down
` [PATCH 21/27] Lock down TIOCSSERIAL
` [PATCH 22/27] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH 23/27] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH 24/27] debugfs: Disallow use of debugfs files when the kernel is locked down
` [PATCH 25/27] Lock down /proc/kcore
[PATCH v4 0/4] additional TPM performance improvements
2017-10-19 14:23 UTC (11+ messages)
` [PATCH v4 1/4] tpm: move wait_for_tpm_stat() to respective driver files
` [PATCH v4 2/4] tpm: ignore burstcount to improve tpm_tis send() performance
` [PATCH v4 3/4] tpm: reduce tpm polling delay in tpm_tis_core
` [PATCH v4 4/4] tpm: use tpm_msleep() value as max delay
[PATCH GHAK16 V5 00/10] capabilities: do not audit log BPRM_FCAPS on set*id
2017-10-19 13:08 UTC (3+ messages)
` [PATCH GHAK16 V5 10/10] capabilities: audit log other surprising conditions
[PATCH] tomoyo: fix timestamping for y2038
2017-10-19 12:29 UTC (3+ messages)
[PATCH] [v2] tomoyo: fix timestamping for y2038
2017-10-19 12:29 UTC
[PATCH net-next v6 0/5] bpf: security: New file mode and LSM hooks for eBPF object permission control
2017-10-19 11:00 UTC (14+ messages)
` [PATCH net-next v6 1/5] bpf: Add file mode configuration into bpf maps
` [PATCH net-next v6 2/5] bpf: Add tests for eBPF file mode
` [PATCH net-next v6 3/5] security: bpf: Add LSM hooks for bpf object related syscall
` [PATCH net-next v6 4/5] selinux: bpf: Add selinux check for eBPF syscall operations
` [PATCH net-next v6 5/5] selinux: bpf: Add addtional check for bpf object file receive
[GIT PULL] Security subystem fixes for v4.14-rc5
2017-10-19 2:24 UTC
[GIT PULL] tpmdd updates for Linux 4.15
2017-10-19 1:13 UTC (2+ messages)
[PATCH net-next v7 0/5] bpf: security: New file mode and LSM hooks for eBPF object permission control
2017-10-18 21:14 UTC (7+ messages)
` [PATCH net-next v7 1/5] bpf: Add file mode configuration into bpf maps
` [PATCH net-next v7 2/5] bpf: Add tests for eBPF file mode
` [PATCH net-next v7 3/5] security: bpf: Add LSM hooks for bpf object related syscall
` [PATCH net-next v7 4/5] selinux: bpf: Add selinux check for eBPF syscall operations
` [PATCH net-next v7 5/5] selinux: bpf: Add addtional check for bpf object file receive
[PATCH 1/2] security: Add a cred_getsecid hook
2017-10-18 21:01 UTC (8+ messages)
` [PATCH 2/2] IMA: Support using new creds in appraisal policy
[GIT PULL] tpmdd updates for Linux 4.15
2017-10-18 15:48 UTC
[RFC PATCH 3/5] sctp: Add LSM hooks
2017-10-18 15:05 UTC (2+ messages)
[GIT PULL] KEYS: Fixes
2017-10-18 8:23 UTC
Draft manpage explaining kernel lockdown
2017-10-18 8:21 UTC (2+ messages)
[PATCH v10 00/20] simplify crypto wait for async op
2017-10-18 7:00 UTC (21+ messages)
` [PATCH v10 01/20] crypto: change transient busy return code to -ENOSPC
` [PATCH v10 02/20] crypto: ccp: use -ENOSPC for transient busy indication
` [PATCH v10 03/20] net: "
` [PATCH v10 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v10 05/20] crypto: marvell/cesa: "
` [PATCH v10 06/20] crypto: introduce crypto wait for async op
` [PATCH v10 07/20] crypto: move algif to generic async completion
` [PATCH v10 08/20] crypto: move pub key "
` [PATCH v10 09/20] crypto: move drbg "
` [PATCH v10 10/20] crypto: move gcm "
` [PATCH v10 11/20] crypto: move testmgr "
` [PATCH v10 12/20] fscrypt: move "
` [PATCH v10 13/20] dm: move dm-verity "
` [PATCH v10 14/20] cifs: move "
` [PATCH v10 15/20] ima: "
` [PATCH v10 16/20] crypto: tcrypt: "
` [PATCH v10 17/20] crypto: talitos: "
` [PATCH v10 18/20] crypto: qce: "
` [PATCH v10 19/20] crypto: mediatek: "
` [PATCH v10 20/20] crypto: adapt api sample to use async. op wait
[PATCH v9 00/20] simplify crypto wait for async op
2017-10-18 5:44 UTC (27+ messages)
` [PATCH v9 01/20] crypto: change transient busy return code to -EAGAIN
` [PATCH v9 02/20] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v9 03/20] net: "
` [PATCH v9 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v9 05/20] crypto: marvell/cesa: "
` [PATCH v9 06/20] crypto: introduce crypto wait for async op
` [PATCH v9 07/20] crypto: move algif to generic async completion
` [PATCH v9 08/20] crypto: move pub key "
` [PATCH v9 09/20] crypto: move drbg "
` [PATCH v9 10/20] crypto: move gcm "
` [PATCH v9 11/20] crypto: move testmgr "
` [PATCH v9 12/20] fscrypt: move "
` [PATCH v9 13/20] dm: move dm-verity "
` [PATCH v9 14/20] cifs: move "
` [PATCH v9 15/20] ima: "
` [PATCH v9 16/20] crypto: tcrypt: "
` [PATCH v9 17/20] crypto: talitos: "
` [PATCH v9 18/20] crypto: qce: "
` [PATCH v9 19/20] crypto: mediatek: "
` [PATCH v9 20/20] crypto: adapt api sample to use async. op wait
[PATCH v5 00/18] Appended signatures support for IMA appraisal
2017-10-18 0:53 UTC (19+ messages)
` [PATCH v5 01/18] ima: Remove redundant conditional operator
` [PATCH v5 02/18] ima: Remove some superfluous parentheses
` [PATCH v5 03/18] evm, ima: Remove "
` [PATCH v5 04/18] evm, ima: Remove more "
` [PATCH v5 05/18] ima: Simplify ima_eventsig_init
` [PATCH v5 06/18] ima: Improvements in ima_appraise_measurement
` [PATCH v5 07/18] integrity: Introduce struct evm_xattr
` [PATCH v5 08/18] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v5 09/18] ima: Don't pass xattr value to EVM xattr verification
` [PATCH v5 10/18] ima: Store measurement after appraisal
` [PATCH v5 11/18] ima: Export func_tokens
` [PATCH v5 12/18] MODSIGN: Export module signature definitions
` [PATCH v5 13/18] PKCS#7: Introduce pkcs7_get_message_sig and verify_pkcs7_message_sig
` [PATCH v5 14/18] integrity: Introduce integrity_keyring_from_id
` [PATCH v5 15/18] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v5 16/18] ima: Add functions to read and verify a modsig signature
` [PATCH v5 17/18] ima: Implement support for module-style appended signatures
` [PATCH v5 18/18] ima: Write modsig to the measurement list
[GIT PULL] KEYS: Fixes
2017-10-17 23:23 UTC (2+ messages)
[RFC][PATCH 00/15] KEYS: Fixes
2017-10-17 17:52 UTC (8+ messages)
[RFC PATCH 1/5] security: Add support for SCTP security hooks
2017-10-17 14:02 UTC
[RFC PATCH 5/5] selinux: Add SCTP support
2017-10-17 13:59 UTC
[RFC PATCH 4/5] netlabel: Add SCTP support
2017-10-17 13:58 UTC
[RFC PATCH 2/5] sctp: Add ip option support
2017-10-17 13:58 UTC
[RFC PATCH 0/5] Add SELinux SCTP protocol support
2017-10-17 13:53 UTC
[GIT PULL] vfs i_version fix for Linus
2017-10-17 5:23 UTC (2+ messages)
[PATCH][V2] selinux: remove extraneous initialization of slots_used and max_chain_len
2017-10-16 22:42 UTC (2+ messages)
[PATCH] selinux: remove redundant assignment to len
2017-10-16 22:37 UTC (2+ messages)
[PATCH] selinux: remove redundant assignment to str
2017-10-16 22:35 UTC (2+ messages)
[PATCH] keys, trusted: fix missing support for TPM 2.0 in trusted_update()
2017-10-16 11:47 UTC (2+ messages)
[PATCH] selinux: remove extraneous initialization of slots_used and max_chain_len
2017-10-14 15:22 UTC (3+ messages)
[PATCH] apparmor: remove unused redundant variable stop
2017-10-14 12:14 UTC
[PATCH] selinux: Fix bool initialization/comparison
2017-10-13 22:40 UTC (3+ messages)
[RFC][PATCH 00/15] KEYS: Fixes
2017-10-12 20:17 UTC (16+ messages)
` [PATCH 01/15] KEYS: encrypted: fix dereference of NULL user_key_payload
` [PATCH 02/15] FS-Cache: "
` [PATCH 03/15] lib/digsig: "
` [PATCH 04/15] fscrypt: "
` [PATCH 05/15] ecryptfs: "
` [PATCH 06/15] ecryptfs: fix out-of-bounds read of key payload
` [PATCH 07/15] ecryptfs: move key payload accessor functions into keystore.c
` [PATCH 08/15] security/keys: BIG_KEY requires CONFIG_CRYPTO
` [PATCH 09/15] KEYS: Fix the wrong index when checking the existence of second id
` [PATCH 10/15] KEYS: checking the input id parameters before finding asymmetric key
` [PATCH 11/15] KEYS: Fix race between updating and finding a negative key
` [PATCH 12/15] KEYS: don't let add_key() update an uninstantiated key
` [PATCH 13/15] KEYS: load key flags and expiry time atomically in key_validate()
` [PATCH 14/15] KEYS: load key flags and expiry time atomically in keyring_search_iterator()
` [PATCH 15/15] KEYS: load key flags and expiry time atomically in proc_keys_show()
[PATCH net-next v3 0/5] bpf: security: New file mode and LSM hooks for eBPF object permission control
2017-10-12 18:28 UTC (6+ messages)
` [PATCH net-next v3 5/5] selinux: bpf: Add addtional check for bpf object file receive
[PATCH v3 1/7] KEYS: don't let add_key() update an uninstantiated key
2017-10-12 15:27 UTC (3+ messages)
` [PATCH v3 0/7] KEYS: instantiation and atomicity fixes
[PATCH v3 0/4] additional TPM performance improvements
2017-10-12 13:14 UTC (8+ messages)
` [PATCH v3 3/5] tpm: reduce polling delay in tpm_tis wait_for_tpm_stat()
` [PATCH v3 4/5] tpm: reduce tpm_msleep() time in get_burstcount()
` [PATCH v3 5/5] tpm: use tpm_msleep() value as max delay
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).