linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-26 10:33:07 to 2022-05-06 16:07:11 UTC [more...]

[PATCH v2 00/10] Minor Landlock fixes and new tests
 2022-05-06 16:08 UTC  (6+ messages)
` [PATCH v2 01/10] landlock: Fix landlock_add_rule(2) documentation
` [PATCH v2 02/10] selftests/landlock: Make tests build with old libc
` [PATCH v2 03/10] selftests/landlock: Extend tests for minimal valid attribute size
` [PATCH v2 04/10] selftests/landlock: Add tests for unknown access rights
` [PATCH v2 05/10] selftests/landlock: Extend access right tests to directories

[PATCH v1 0/7] Landlock: Clean up coding style with clang-format
 2022-05-06 16:05 UTC  (8+ messages)
` [PATCH v1 1/7] landlock: Add clang-format exceptions
` [PATCH v1 2/7] landlock: Format with clang-format
` [PATCH v1 3/7] selftests/landlock: Add clang-format exceptions
` [PATCH v1 4/7] selftests/landlock: Normalize array assignment
` [PATCH v1 5/7] selftests/landlock: Format with clang-format
` [PATCH v1 6/7] samples/landlock: Add clang-format exceptions
` [PATCH v1 7/7] samples/landlock: Format with clang-format

[PATCH 0/3] Append line feed to files in securityfs
 2022-05-06 12:31 UTC  (7+ messages)
` [PATCH 1/3] securityfs: Append line feed to /sys/kernel/security/lsm
` [PATCH 2/3] evm: Append line feed to /sys/kernel/security/evm
` [PATCH 3/3] ima: Append line feed to ima/binary_runtime_measurements

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-06 11:15 UTC  (60+ messages)
` [PATCH 01/32] netlink: Avoid memcpy() across flexible array boundary
` [PATCH 02/32] Introduce flexible array struct memcpy() helpers
` [PATCH 03/32] flex_array: Add Kunit tests
` [PATCH 04/32] fortify: Add run-time WARN for cross-field memcpy()
` [PATCH 05/32] brcmfmac: Use mem_to_flex_dup() with struct brcmf_fweh_queue_item
` [PATCH 06/32] iwlwifi: calib: Prepare to use mem_to_flex_dup()
` [PATCH 07/32] iwlwifi: calib: Use mem_to_flex_dup() with struct iwl_calib_result
` [PATCH 08/32] iwlwifi: mvm: Use mem_to_flex_dup() with struct ieee80211_key_conf
` [PATCH 09/32] p54: Use mem_to_flex_dup() with struct p54_cal_database
` [PATCH 10/32] wcn36xx: Use mem_to_flex_dup() with struct wcn36xx_hal_ind_msg
` [PATCH 11/32] nl80211: Use mem_to_flex_dup() with struct cfg80211_cqm_config
` [PATCH 12/32] cfg80211: Use mem_to_flex_dup() with struct cfg80211_bss_ies
` [PATCH 13/32] mac80211: Use mem_to_flex_dup() with several structs
` [PATCH 14/32] af_unix: Use mem_to_flex_dup() with struct unix_address
` [PATCH 15/32] 802/garp: Use mem_to_flex_dup() with struct garp_attr
` [PATCH 16/32] 802/mrp: Use mem_to_flex_dup() with struct mrp_attr
` [PATCH 17/32] net/flow_offload: Use mem_to_flex_dup() with struct flow_action_cookie
` [PATCH 18/32] firewire: Use __mem_to_flex_dup() with struct iso_interrupt_event
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
` [PATCH 20/32] ASoC: sigmadsp: Use mem_to_flex_dup() with struct sigmadsp_data
` [PATCH 21/32] soc: qcom: apr: Use mem_to_flex_dup() with struct apr_rx_buf
` [PATCH 22/32] atags_proc: Use mem_to_flex_dup() with struct buffer
` [PATCH 23/32] Bluetooth: Use mem_to_flex_dup() with struct hci_op_configure_data_path
` [PATCH 24/32] IB/hfi1: Use mem_to_flex_dup() for struct tid_rb_node
` [PATCH 25/32] Drivers: hv: utils: Use mem_to_flex_dup() with struct cn_msg
` [PATCH 26/32] ima: Use mem_to_flex_dup() with struct modsig
` [PATCH 27/32] KEYS: Use mem_to_flex_dup() with struct user_key_payload
` [PATCH 28/32] selinux: Use mem_to_flex_dup() with xfrm and sidtab
` [PATCH 29/32] xtensa: Use mem_to_flex_dup() with struct property
` [PATCH 30/32] usb: gadget: f_fs: Use mem_to_flex_dup() with struct ffs_buffer
` [PATCH 31/32] xenbus: Use mem_to_flex_dup() with struct read_buffer
` [PATCH 32/32] esas2r: Use __mem_to_flex() with struct atto_ioctl

[PATCH v9 0/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-06 10:52 UTC  (9+ messages)
` [PATCH v9 1/7] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v9 2/7] KEYS: trusted: allow use of kernel RNG for key material
` [PATCH v9 3/7] crypto: caam - determine whether CAAM supports blob encap/decap
` [PATCH v9 4/7] crypto: caam - add in-kernel interface for blob generator
` [PATCH v9 5/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
` [PATCH v9 6/7] doc: trusted-encrypted: describe new CAAM trust source
` [PATCH v9 7/7] MAINTAINERS: add KEYS-TRUSTED-CAAM

Napływ Klientów ze strony
 2022-05-06  7:38 UTC 

[PATCH v3 0/1] ima: fix boot command line issue
 2022-05-06  1:31 UTC  (6+ messages)
` [PATCH v3 1/1] ima: remove the IMA_TEMPLATE Kconfig option

[RFC PATCH] getting misc stats/attributes via xattr API
 2022-05-06  0:06 UTC  (13+ messages)

[PATCH v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-05 17:33 UTC  (14+ messages)
` [PATCH v8 1/6] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v8 2/6] KEYS: trusted: allow use of kernel RNG for key material
` [PATCH v8 3/6] crypto: caam - add in-kernel interface for blob generator
` [PATCH v8 4/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
` [PATCH v8 5/6] doc: trusted-encrypted: describe new CAAM trust source
` [PATCH v8 6/6] MAINTAINERS: add myself as CAAM trusted key maintainer

[PATCH 00/10] Encrypted Hibernation
 2022-05-04 23:20 UTC  (4+ messages)
` [PATCH 03/10] security: keys: trusted: Parse out individual components of the key blob
` [PATCH 04/10] security: keys: trusted: Allow storage of PCR values in creation data
` [PATCH 05/10] security: keys: trusted: Verify "

[PATCH v3 0/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-05-04 22:26 UTC  (5+ messages)
` [PATCH v3 1/3] dm: Add verity helpers for LoadPin
` [PATCH v3 2/3] LoadPin: Enable loading from trusted dm-verity devices
` [PATCH v3 3/3] dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation

[PATCH] fsnotify: add generic perm check for unlink/rmdir
 2022-05-04 19:27 UTC  (8+ messages)

[PATCH] Carry forward IMA measurement log on kexec on x86_64
 2022-05-04 13:49 UTC  (12+ messages)
` [PATCH v2] "

[PATCH v7 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-04  4:11 UTC  (5+ messages)
` [EXT] "

[PATCH] selinux: log anon inode class name
 2022-05-03 20:10 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] security: declare member holding string literal const
 2022-05-03 20:02 UTC  (4+ messages)

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH v2 0/3] LoadPin: Enable loading from trusted dm-verity devices
 2022-05-02 22:44 UTC  (9+ messages)
` [PATCH v2 1/3] dm: Add verity helpers for LoadPin
` [PATCH v2 2/3] LoadPin: Enable loading from trusted dm-verity devices
` [PATCH v2 3/3] dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation

[RFC PATCH 1/2] capability: add capable_or to test for multiple caps with exactly one audit message
 2022-05-02 16:00 UTC  (9+ messages)
` [PATCH v2 2/8] capability: use new capable_or functionality
  ` [PATCH v2 3/8] block: "
  ` [PATCH v2 4/8] drivers: "
  ` [PATCH v2 5/8] fs: "
  ` [PATCH v2 6/8] kernel: "
  ` [PATCH v2 7/8] kernel/bpf: "
  ` [PATCH v2 8/8] net: "
  ` [PATCH v2 1/8] capability: add capable_or to test for multiple caps with exactly one audit message

[RFC PATCH] mm: create security context for memfd_secret inodes
 2022-05-02 13:45 UTC  (5+ messages)

[PATCH] integrity: Allow ima_appraise bootparam to be set when SB is enabled
 2022-04-28 22:08 UTC  (5+ messages)

Koszty instalacji fotowoltaicznej
 2022-04-28  8:10 UTC 

[PATCH] apparmor: fix reference count leak in aa_pivotroot()
 2022-04-28  3:39 UTC 

[PATCH v35 00/29] LSM: Module stacking for AppArmor
 2022-04-27 20:55 UTC  (28+ messages)
` [PATCH v35 03/29] LSM: Add the lsmblob data structure
` [PATCH v35 08/29] LSM: Use lsmblob in security_secctx_to_secid
` [PATCH v35 22/29] Audit: Keep multiple LSM data in audit_names
` [PATCH v35 23/29] Audit: Create audit_stamp structure
` [PATCH v35 25/29] Audit: Allow multiple records in an audit_buffer
` [PATCH v35 26/29] Audit: Add record for multiple task security contexts
` [PATCH v35 27/29] Audit: Add record for multiple object contexts

Linux 5.18-rc4
 2022-04-27 18:31 UTC 

How to list keys used for kexec
 2022-04-27  2:37 UTC  (4+ messages)

[RFC PATCH v4 00/15] Landlock LSM
 2022-04-26 10:17 UTC  (7+ messages)
` [RFC PATCH v4 07/15] landlock: user space API network support


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