linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-02 16:00:47 to 2022-05-10 08:03:03 UTC [more...]

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

[RFC PATCH] getting misc stats/attributes via xattr API
 2022-05-10  4:27 UTC  (23+ messages)

[PATCH] big_keys: Use struct for internal payload
 2022-05-09 23:13 UTC  (2+ messages)

[PATCH v12 00/26] ima: Namespace IMA with audit support in IMA-ns
 2022-05-09 20:36 UTC  (4+ messages)
` [PATCH v12 01/26] securityfs: rework dentry creation

[RFC PATCH 1/2] capability: add capable_or to test for multiple caps with exactly one audit message
 2022-05-09 17:15 UTC  (13+ 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

[PATCH 00/10] Encrypted Hibernation
 2022-05-09 16:43 UTC  (6+ 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 v9 0/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-09 13:04 UTC  (13+ 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
  ` [EXT] "
` [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

[PATCH v1 0/7] Landlock: Clean up coding style with clang-format
 2022-05-09  9:45 UTC  (10+ 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 v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-05-07 21:30 UTC  (9+ messages)
` [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 v3 00/12] Landlock: file linking and renaming support
 2022-05-06 16:31 UTC  (14+ messages)
` [PATCH v3 01/12] landlock: Define access_mask_t to enforce a consistent access mask size
` [PATCH v3 02/12] landlock: Reduce the maximum number of layers to 16
` [PATCH v3 03/12] landlock: Create find_rule() from unmask_layers()
` [PATCH v3 04/12] landlock: Fix same-layer rule unions
` [PATCH v3 05/12] landlock: Move filesystem helpers and add a new one
` [PATCH v3 06/12] LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
` [PATCH v3 07/12] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
` [PATCH v3 08/12] selftests/landlock: Add 11 new test suites dedicated to file reparenting
` [PATCH v3 09/12] samples/landlock: Add support for "
` [PATCH v3 10/12] landlock: Document LANDLOCK_ACCESS_FS_REFER and ABI versioning
` [PATCH v3 11/12] landlock: Document good practices about filesystem policies
` [PATCH v3 12/12] landlock: Add design choices documentation for filesystem access rights

[PATCH v2 00/10] Minor Landlock fixes and new tests
 2022-05-06 16:08 UTC  (11+ 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 v2 06/10] selftests/landlock: Fully test file rename with "remove" access
` [PATCH v2 07/10] selftests/landlock: Add tests for O_PATH
` [PATCH v2 08/10] landlock: Change landlock_add_rule(2) argument check ordering
` [PATCH v2 09/10] landlock: Change landlock_restrict_self(2) "
` [PATCH v2 10/10] selftests/landlock: Test landlock_create_ruleset(2) argument "

[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

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

[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 v8 3/6] crypto: caam - add in-kernel interface for blob generator
 2022-05-04  6:39 UTC  (3+ messages)

[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  (4+ messages)
` [PATCH v2 2/3] "


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