linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-13 00:29:14 to 2018-07-03 12:04:49 UTC [more...]

[PATCH v5 0/8] kexec/firmware: support system wide policy requiring signatures
 2018-07-03 12:04 UTC  (14+ messages)
` [PATCH v5 1/8] security: define new LSM hook named security_kernel_load_data
` [PATCH v5 2/8] kexec: add call to LSM hook in original kexec_load syscall
` [PATCH v5 3/8] ima: based on policy require signed kexec kernel images
` [PATCH v5 4/8] firmware: add call to LSM hook before firmware sysfs fallback
` [PATCH v5 5/8] ima: based on policy require signed firmware (sysfs fallback)
` [PATCH v5 6/8] ima: add build time policy
` [PATCH v5 7/8] ima: based on policy warn about loading firmware (pre-allocated buffer)
` [PATCH v5 8/8] module: replace the existing LSM hook in init_module

[PATCH] ima: Remove unused is_ima_appraise_enabled() function
 2018-07-03 11:19 UTC 

[PATCH] cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
 2018-07-03  8:09 UTC  (8+ messages)

[PATCH] kbuild: move bin2c back to scripts/ from scripts/basic/
 2018-07-03  4:02 UTC  (2+ messages)

[PATCH] security: CONFIG_HARDENED_USERCOPY does not need to select BUG
 2018-07-02 20:46 UTC  (4+ messages)

[RFC PATCH v2] ipv6: make ipv6_renew_options() interrupt/kernel safe
 2018-07-02 18:20 UTC 

[PATCH] ima: Use tpm_default_chip() and call TPM functions with a tpm_chip
 2018-07-02 17:00 UTC  (2+ messages)

[RFC PATCH] ipv6: make ipv6_renew_options() interrupt/kernel safe
 2018-07-02 11:03 UTC  (2+ messages)

[GIT PULL] SELinux fixes for v4.18 (#1)
 2018-06-29 21:47 UTC 

[PATCH] tpm: require to compile as part of the kernel
 2018-06-29 18:11 UTC  (6+ messages)

[PATCH v7 0/5] Have IMA find and use a tpm_chip until system shutdown
 2018-06-29 15:01 UTC  (11+ messages)
` [PATCH v7 1/5] tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
` [PATCH v7 2/5] tpm: Implement tpm_default_chip() to find a TPM chip
` [PATCH v7 3/5] tpm: Convert tpm_find_get_ops() to use tpm_default_chip()
` [PATCH v7 4/5] ima: Use tpm_default_chip() and call TPM functions with a tpm_chip
` [PATCH v7 5/5] ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead

[PATCH] tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED
 2018-06-29 12:31 UTC 

[PATCH v8] tpm: separate cmd_ready/go_idle from runtime_pm
 2018-06-29 12:30 UTC  (3+ messages)

[PATCH V2] selinux: make dentry_init_security() return security xattr suffix
 2018-06-29  2:14 UTC 

[PATCH v7] tpm: separate cmd_ready/go_idle from runtime_pm
 2018-06-28 15:02 UTC  (10+ messages)

[PATCH 12/24] proc: Add fs_context support to procfs [ver #7]
 2018-06-28  5:50 UTC  (6+ messages)
` [12/24] "

[PATCH] proc: save 2 atomic ops on write to "/proc/*/attr/*"
 2018-06-27 21:42 UTC  (2+ messages)

[PATCH 1/3] selinux: make dentry_init_security() return security module name
 2018-06-27  1:46 UTC  (7+ messages)
` [PATCH 2/3] ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx
` [PATCH 3/3] ceph: xattr security label support

[PATCH 0/2] Convert trusted keys to find and use the default TPM chip
 2018-06-26 19:30 UTC  (3+ messages)
` [PATCH 1/2] tpm: Implement public tpm_put_chip() to release reference to chip
` [PATCH 2/2] KEYS: trusted: Find tpm_chip and use it until module shutdown

[PATCH v6 0/5] Have IMA find and use a tpm_chip until system shutdown
 2018-06-26 18:36 UTC  (7+ messages)
` [PATCH v6 1/5] tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
` [PATCH v6 2/5] tpm: Implement tpm_default_chip() to find a TPM chip
` [PATCH v6 3/5] tpm: Convert tpm_find_get_ops() to use tpm_default_chip()
` [PATCH v6 4/5] ima: Use tpm_default_chip() and call TPM functions with a tpm_chip
` [PATCH v6 5/5] ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead

[GIT PULL] Security subsystem: more keys fixes for v4.18-rc3
 2018-06-26 17:00 UTC 

[PATCH 0/3] KEYS: Miscellaneous fixes
 2018-06-26 16:39 UTC  (5+ messages)
` [PATCH 1/3] X.509: unpack RSA signatureValue field from BIT STRING
` [PATCH 2/3] certs/blacklist: fix const confusion
` [PATCH 3/3] dh key: fix rounding up KDF output length

[PATCH v5 0/5] Have IMA find and use a tpm_chip until system shutdown
 2018-06-26 13:26 UTC  (12+ messages)
` [PATCH v5 1/5] tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
` [PATCH v5 2/5] tpm: Implement tpm_default_chip() to find a TPM chip
` [PATCH v5 3/5] tpm: Convert tpm_find_get_ops() to use tpm_default_chip()
` [PATCH v5 4/5] ima: Use tpm_default_chip() and call TPM functions with a tpm_chip
` [PATCH v5 5/5] ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead

[PATCH 1/3] selinux: make dentry_init_security() return security module name
 2018-06-26  8:04 UTC 

[GIT PULL] Security subsystem: bugfixes for v4.18-rc
 2018-06-25 19:30 UTC 

[PATCH v6] tpm: separate cmd_ready/go_idle from runtime_pm
 2018-06-25 18:54 UTC  (7+ messages)

[PULL] Smack: Mark inode instant in smack_task_to_inode
 2018-06-25 17:16 UTC  (3+ messages)

[PATCH] dh key: fix rounding up KDF output length
 2018-06-25 17:14 UTC  (3+ messages)

Security subsystem tree sync to v4.18-rc2
 2018-06-25 16:30 UTC 

[PATCH] ipv6: avoid copy_from_user() via ipv6_renew_options_kern()
 2018-06-25 14:49 UTC  (8+ messages)

4.18-rc1 regression in /proc/self xattr handling
 2018-06-22 17:54 UTC  (3+ messages)
  ` [PATCH] Smack: Mark inode instant in smack_task_to_inode

[PATCH v3 0/2] tpm: add support for nonblocking operation
 2018-06-21 17:36 UTC  (12+ messages)
` [PATCH v3 2/2] "

[PATCH v2][RESEND] X.509: unpack RSA signatureValue field from BIT STRING
 2018-06-21  6:45 UTC  (7+ messages)

[PATCH v4 04/26] docs: fix broken references with multiple hints
 2018-06-20 15:26 UTC  (4+ messages)
` [PATCH v4 05/26] docs: Fix some broken references

[PATCH 00/13 selinux-next] selinux: Cleanup printk logging
 2018-06-19 17:50 UTC  (32+ messages)
` [PATCH 01/13] selinux: Cleanup printk logging in conditional
` [PATCH 02/13] selinux: Cleanup printk logging in ebitmap
` [PATCH 03/13] selinux: Cleanup printk logging in policydb
` [PATCH 04/13] selinux: Cleanup printk logging in hooks
` [PATCH 05/13] selinux: Cleanup printk logging in avtab
` [PATCH 06/13] selinux: Cleanup printk logging in services
` [PATCH 07/13] selinux: Cleanup printk logging in selinuxfs
` [PATCH 08/13] selinux: Cleanup printk logging in netlink
` [PATCH 09/13] selinux: Cleanup printk logging in sidtab
` [PATCH 10/13] selinux: Cleanup printk logging in netport
` [PATCH 11/13] selinux: Cleanup printk logging in netif
` [PATCH 12/13] selinux: Cleanup printk logging in avc
` [PATCH 13/13] selinux: Cleanup printk logging in netnode

[RFC PATCH ghak86 V1] audit: eliminate audit_enabled magic number comparison
 2018-06-19 15:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove the outdated "LINUX SECURITY MODULE (LSM) FRAMEWORK" entry
 2018-06-18  7:15 UTC  (2+ messages)

[PATCH v3 0/1] shiftfs: uid/gid shifting filesystem
 2018-06-15 21:36 UTC  (2+ messages)
` [PATCH v3 1/1] shiftfs: uid/gid shifting bind mount

[integrity:next-integrity-queued 22/22] security/integrity/evm/evm_crypto.c:93: undefined reference to `hash_algo_name'
 2018-06-15 15:20 UTC  (3+ messages)

[integrity:next-integrity-queued 22/22] security/integrity//evm/evm_crypto.c:99:8: warning: assignment to 'struct crypto_shash *' from 'int' makes pointer from integer without a cast
 2018-06-15 13:03 UTC 

[integrity:next-integrity-queued 22/22] security/integrity/evm/evm_crypto.c:99:10: error: implicit declaration of function 'crypto_alloc_shash'; did you mean 'crypto_alloc_base'?
 2018-06-15 11:18 UTC 

[PATCH v3 04/27] docs: fix broken references with multiple hints
 2018-06-15  9:05 UTC  (4+ messages)
` [PATCH v3 05/27] docs: Fix some broken references

I will definately enlighten you more as soon as I hear from you
 2018-06-14 13:06 UTC 

[-next PATCH] security: use octal not symbolic permissions
 2018-06-13 23:49 UTC  (14+ messages)

[PATCH v2] integrity: silence warning when CONFIG_SECURITYFS is not enabled
 2018-06-13 22:13 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] integrity: add error handling for kmem_cache_create
 2018-06-13 20:30 UTC  (2+ messages)

[integrity:next-integrity-queued 20/22] security/integrity/iint.c:225:4: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int'
 2018-06-13 14:39 UTC 

[integrity:next-integrity-queued 20/22] security//integrity/iint.c:225:4: note: in expansion of macro 'pr_err'
 2018-06-13 14:24 UTC 

[GIT PULL] apparmor updates for v4.18
 2018-06-13 11:23 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).