linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-26 19:10:32 to 2017-10-10 14:24:21 UTC [more...]

[PATCH net-next v2 0/5] bpf: security: New file mode and LSM hooks for eBPF object permission control
 2017-10-10 14:24 UTC  (10+ messages)
` [PATCH net-next v2 1/5] bpf: Add file mode configuration into bpf maps
` [PATCH net-next v2 2/5] bpf: Add tests for eBPF file mode
` [PATCH net-next v2 3/5] security: bpf: Add LSM hooks for bpf object related syscall
` [PATCH net-next v2 4/5] selinux: bpf: Add selinux check for eBPF syscall operations
` [PATCH net-next v2 5/5] selinux: bpf: Add addtional check for bpf object file receive

[PATCH RFC tip/core/rcu 15/15] keyring: Remove now-redundant smp_read_barrier_depends()
 2017-10-10  0:22 UTC 

[PATCH] KEYS: remove CONFIG_KEYS_COMPAT
 2017-10-09 20:25 UTC  (4+ messages)

[PATCH v2 1/3] ecryptfs: fix dereference of NULL user_key_payload
 2017-10-09 19:51 UTC  (3+ messages)
` [PATCH v2 2/3] ecryptfs: fix out-of-bounds read of key payload
` [PATCH v2 3/3] ecryptfs: move key payload accessor functions into keystore.c

[PATCH v2] fscrypt: fix dereference of NULL user_key_payload
 2017-10-09 19:46 UTC 

[PATCH v2] lib/digsig: fix dereference of NULL user_key_payload
 2017-10-09 19:43 UTC 

[PATCH v2] FS-Cache: fix dereference of NULL user_key_payload
 2017-10-09 19:40 UTC 

[PATCH v2] KEYS: encrypted: fix dereference of NULL user_key_payload
 2017-10-09 19:37 UTC 

[PATCH] selinux: check CAP_SETFCAP for a particular inode & mapped user
 2017-10-09 18:21 UTC  (4+ messages)

[PATCH] vfs: fix mounting a filesystem with i_version
 2017-10-08 22:24 UTC  (4+ messages)

[PATCH] ima: Fix bool initialization/comparison
 2017-10-07 17:18 UTC  (4+ messages)
` [PATCH] apparmor: "
` [PATCH] selinux: "

Digest list extension for IMA
 2017-10-07 10:56 UTC 

[PATCH v8 00/20] simplify crypto wait for async op
 2017-10-07  7:51 UTC  (4+ messages)
` [PATCH v8 01/20] crypto: change transient busy return code to -EAGAIN

[PATCH 0/4] net-next: security: New file mode and LSM hooks for eBPF object permission control
 2017-10-06 21:10 UTC  (16+ messages)
` [PATCH net-next 1/4] bpf: Add file mode configuration into bpf maps
` [PATCH net-next 2/4] security: bpf: Add LSM hooks for bpf object related syscall
` [PATCH net-next 3/4] selinux: bpf: Add selinux check for eBPF syscall operations
` [PATCH net-next 4/4] selinux: bpf: Add addtional check for bpf object file receive

[PATCH 02/14] VFS: Add LSM hooks for filesystem context [ver #6]
 2017-10-06 20:37 UTC 

Draft manpage explaining kernel lockdown
 2017-10-06  7:46 UTC  (8+ messages)

[PATCH v2] Smack: More sanity in the use of Netlabel
 2017-10-06  0:47 UTC 

[PATCH 0/8] KEYS: keyctl operations for asymmetric keys [ver #2]
 2017-10-05 22:59 UTC 

[PATCH] security/keys: BIG_KEY requires CONFIG_CRYPTO
 2017-10-05 15:39 UTC  (2+ messages)

[BUG] security_release_secctx seems broken
 2017-10-04 22:10 UTC  (6+ messages)
  ` [PATCH] fix "

[PATCH 1/2] selinux: fix build warning by removing the unused sid variable
 2017-10-04 20:34 UTC  (6+ messages)
` [PATCH 2/2] selinux: fix build warning

[PATCH v3 0/7] KEYS: instantiation and atomicity fixes
 2017-10-04 16:33 UTC  (10+ messages)
` [PATCH v3 1/7] KEYS: don't let add_key() update an uninstantiated key
` [PATCH v3 2/7] KEYS: fix race between updating and finding negative key
` [PATCH v3 3/7] KEYS: load key flags atomically in key_is_instantiated()
` [PATCH v3 4/7] KEYS: load key flags and expiry time atomically in key_validate()
` [PATCH v3 5/7] KEYS: load key flags and expiry time atomically in keyring_search_iterator()
` [PATCH v3 6/7] KEYS: load key flags and expiry time atomically in proc_keys_show()
` [PATCH v3 7/7] KEYS: remove KEY_FLAG_NEGATIVE

[RFC][PATCH] security: Make the selinux setxattr and removexattr hooks behave
 2017-10-04 14:53 UTC  (20+ messages)
  ` [PATCH] selinux: Perform both commoncap and selinux xattr checks

[PATCH 1/4] KEYS: Replace uid/gid/perm permissions checking with an ACL
 2017-10-04 13:09 UTC  (4+ messages)
` [PATCH 2/4] KEYS: Provide KEYCTL_GET/SET_ACL
` [PATCH 3/4] KEYS: Add the ability to grant permissions to an administrator
` [PATCH 4/4] KEYS: Add support for directly-specified uids and gids in key ACLs

[PATCH 0/3] tpm: retrieve digest size of unknown algorithms from TPM
 2017-10-04 11:22 UTC  (8+ messages)
` [PATCH 1/3] tpm: move PCR read code to static function tpm2_pcr_read_common()
` [PATCH 2/3] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH 3/3] tpm: add the crypto algorithm identifier to active_bank_info

[PATCH v3 0/4] additional TPM performance improvements
 2017-10-04 10:29 UTC  (6+ messages)
` [PATCH v3 1/5] tpm: move wait_for_tpm_stat() to respective driver files
` [PATCH v3 2/5] tpm: ignore burstcount to improve tpm_tis send() performance
` [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

[GIT PULL] lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
 2017-10-04  7:04 UTC 

[PATCH 0/7] Fix dereferencing payload of revoked keys
 2017-10-03 11:05 UTC  (15+ messages)
` [PATCH 1/7] KEYS: encrypted: fix dereference of NULL user_key_payload
` [PATCH 2/7] FS-Cache: "
` [PATCH 3/7] lib/digsig: "
` [PATCH 4/7] fscrypt: "
` [PATCH 5/7] ecryptfs: "
` [PATCH 6/7] ecryptfs: fix out-of-bounds read of key payload
` [PATCH 7/7] ecryptfs: move key payload accessor functions into keystore.c

Modular BIG_KEYS (was: Re: [PATCH v4] security/keys: rewrite all of big_key crypto)
 2017-10-03  9:04 UTC  (4+ messages)

[RFC][PATCH] KEYS: Replace uid/gid/perm permissions checking with ACL
 2017-10-02 23:35 UTC  (5+ messages)
` [RFC][PATCH] keyutils: Add key/keyring ACL support

[RFC PATCH 0/3] define new read_iter file operation rwf flag
 2017-10-02 12:43 UTC  (28+ messages)
` [RFC PATCH 1/3] fs: define new read_iter "
` [RFC PATCH 2/3] integrity: use call_read_iter to calculate the file hash
` [RFC PATCH 3/3] fs: detect that the i_rwsem has already been taken exclusively

Project Funding Program
 2017-10-01 17:35 UTC 

A potential issue in security_inode_init_security function
 2017-09-30  1:55 UTC  (3+ messages)

[GIT PULL] security: keys fixes for v4.14-rc3
 2017-09-28 22:53 UTC  (3+ messages)

[PATCH v2 0/2] Fix y2038 issues for security/keys subsystem
 2017-09-28 22:05 UTC  (5+ messages)

[PATCH] Smack: Base support for overlayfs
 2017-09-28 21:54 UTC 

[GIT PULL] KEYS: Fixes and crypto fixes
 2017-09-28 10:34 UTC  (5+ messages)

[integrity:next-read-iter 8/10] drivers/staging/android/ashmem.c:824:15: error: initialization from incompatible pointer type
 2017-09-28  5:45 UTC 

[integrity:next-read-iter 8/10] drivers//vhost/net.c:1348:9: error: too many arguments to function 'vhost_chr_read_iter'
 2017-09-28  5:43 UTC 

[GIT PULL] TPM updates for v4.14
 2017-09-27  0:18 UTC  (7+ messages)
` Security updates for v4.15 and beyond

[PATCH v2 0/6] KEYS: fix atomicity issues with key flags
 2017-09-26 20:39 UTC  (8+ messages)
` [PATCH v2 1/6] KEYS: fix race between updating and finding negative key
` [PATCH v2 2/6] KEYS: load key flags atomically in key_is_instantiated()
` [PATCH v2 3/6] KEYS: load key flags and expiry time atomically in key_validate()
` [PATCH v2 4/6] KEYS: load key flags and expiry time atomically in keyring_search_iterator()
` [PATCH v2 5/6] KEYS: load key flags and expiry time atomically in proc_keys_show()
` [PATCH v2 6/6] KEYS: remove KEY_FLAG_NEGATIVE

about context gap
 2017-09-26 19:10 UTC  (2+ messages)


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).