linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-04 14:53:54 to 2017-10-17 19:07:03 UTC [more...]

[PATCH 1/2] security: Add a cred_getsecid hook
 2017-10-17 19:07 UTC  (6+ messages)
` [PATCH 2/2] IMA: Support using new creds in appraisal policy

[RFC][PATCH 00/15] KEYS: Fixes
 2017-10-17 17:52 UTC  (8+ messages)

[PATCH v9 00/20] simplify crypto wait for async op
 2017-10-17 14:06 UTC  (26+ 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

[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 3/5] sctp: Add LSM hooks
 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 net-next v6 0/5] bpf: security: New file mode and LSM hooks for eBPF object permission control
 2017-10-16 23:00 UTC  (8+ 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

[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] apparmor: Fix bool initialization/comparison
 2017-10-13 22:40 UTC  (7+ messages)
` [PATCH] selinux: "
` [PATCH] ima: "

[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  (10+ messages)
` [PATCH net-next v3 1/5] bpf: Add file mode configuration into bpf maps
` [PATCH net-next v3 2/5] bpf: Add tests for eBPF file mode
` [PATCH net-next v3 3/5] security: bpf: Add LSM hooks for bpf object related syscall
` [PATCH net-next v3 4/5] selinux: bpf: Add selinux check for eBPF syscall operations
` [PATCH net-next v3 5/5] selinux: bpf: Add addtional check for bpf object file receive

[PATCH v3 2/7] KEYS: fix race between updating and finding negative key
 2017-10-12 15:27 UTC  (4+ messages)
` [PATCH v3 0/7] KEYS: instantiation and atomicity fixes
  ` [PATCH v3 1/7] KEYS: don't let add_key() update an uninstantiated key

[PATCH v3 0/4] additional TPM performance improvements
 2017-10-12 13:14 UTC  (13+ 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

[PATCH GHAK16 V5 00/10] capabilities: do not audit log BPRM_FCAPS on set*id
 2017-10-12  0:57 UTC  (11+ messages)
` [PATCH GHAK16 V5 01/10] capabilities: factor out cap_bprm_set_creds privileged root
` [PATCH GHAK16 V5 02/10] capabilities: intuitive names for cap gain status
` [PATCH GHAK16 V5 03/10] capabilities: rename has_cap to has_fcap
` [PATCH GHAK16 V5 04/10] capabilities: use root_priveleged inline to clarify logic
` [PATCH GHAK16 V5 05/10] capabilities: use intuitive names for id changes
` [PATCH GHAK16 V5 06/10] capabilities: move audit log decision to function
` [PATCH GHAK16 V5 07/10] capabilities: remove a layer of conditional logic
` [PATCH GHAK16 V5 08/10] capabilities: invert logic for clarity
` [PATCH GHAK16 V5 09/10] capabilities: fix logic for effective root or real root
` [PATCH GHAK16 V5 10/10] capabilities: audit log other surprising conditions

[PATCH 0/4] net-next: security: New file mode and LSM hooks for eBPF object permission control
 2017-10-12  0:31 UTC  (17+ 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][capabilities-next] commoncap: move assignment of fs_ns to avoid null pointer dereference
 2017-10-11 23:30 UTC  (4+ messages)

[PATCH net-next v2 0/5] bpf: security: New file mode and LSM hooks for eBPF object permission control
 2017-10-11 13:00 UTC  (18+ 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
      ` [Non-DoD Source] "

[PATCH] vfs: fix mounting a filesystem with i_version
 2017-10-11 12:28 UTC  (5+ messages)

[PATCH v8 00/20] simplify crypto wait for async op
 2017-10-11  6:26 UTC  (5+ messages)
` [PATCH v8 01/20] crypto: change transient busy return code to -EAGAIN

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

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

[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

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

[PATCH v3 1/7] KEYS: don't let add_key() update an uninstantiated key
 2017-09-27 19:50 UTC 


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