linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-13 13:06:40 to 2022-02-25 02:44:18 UTC [more...]

[RFC PATCH 0/2] landlock network implementation cover letter
 2022-02-25  2:44 UTC  (8+ messages)
` [RFC PATCH 2/2] landlock: selftests for bind and connect hooks

[PATCH] userfaultfd, capability: introduce CAP_USERFAULTFD
 2022-02-25  0:39 UTC  (5+ messages)

[PATCH] selinux: log anon inode class name
 2022-02-25  0:25 UTC  (2+ messages)

[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
 2022-02-25  0:22 UTC  (16+ messages)
` [PATCH v2 1/6] ima: Fix documentation-related warnings in ima_main.c
` [PATCH v2 2/6] ima: Always return a file measurement in ima_file_hash()
` [PATCH v2 3/6] bpf-lsm: Introduce new helper bpf_ima_file_hash()
` [PATCH v2 4/6] selftests/bpf: Add test for bpf_ima_file_hash()
` [PATCH v2 5/6] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
` [PATCH v2 6/6] selftests/bpf: Add test for bpf_lsm_kernel_read_file()

[GIT PULL] SELinux fixes for v5.17 (#2)
 2022-02-24 19:18 UTC  (2+ messages)

[PATCH 2/2] integrity: double check iint_cache was initialized
 2022-02-24 18:51 UTC  (5+ messages)

[PATCH v3 1/2] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-24 13:32 UTC  (2+ messages)
` [PATCH v3 2/2] "

[PATCH v2] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-24 11:05 UTC  (2+ messages)

Ruch z pierwszej pozycji w Google
 2022-02-24  9:05 UTC 

[PATCH v10 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-02-24  2:49 UTC  (68+ messages)
` [PATCH v10 03/27] ima: Return error code obtained from securityfs functions
` [PATCH v10 05/27] ima: Define ima_namespace struct and start moving variables into it
` [PATCH v10 06/27] ima: Move arch_policy_entry into ima_namespace
` [PATCH v10 07/27] ima: Move ima_htable "
` [PATCH v10 08/27] ima: Move measurement list related variables "
` [PATCH v10 09/27] ima: Move some IMA policy and filesystem "
` [PATCH v10 10/27] ima: Move IMA securityfs files into ima_namespace or onto stack
` [PATCH v10 11/27] ima: Move ima_lsm_policy_notifier into ima_namespace
` [PATCH v10 12/27] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable()
` [PATCH v10 13/27] ima: Only accept AUDIT rules for non-init_ima_ns namespaces for now
` [PATCH v10 14/27] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v10 15/27] ima: Implement hierarchical processing of file accesses
` [PATCH v10 16/27] ima: Implement ima_free_policy_rules() for freeing of an ima_namespace
` [PATCH v10 17/27] ima: Add functions for creating and "
` [PATCH v10 18/27] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v10 22/27] securityfs: Extend securityfs with namespacing support
` [PATCH v10 23/27] ima: Setup securityfs for IMA namespace
` [PATCH v10 24/27] ima: Introduce securityfs file to activate an "
` [PATCH v10 25/27] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v10 26/27] ima: Limit number of policy rules in non-init_ima_ns
` [PATCH v10 27/27] ima: Enable IMA namespaces

[PATCH v5 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-02-23 16:23 UTC  (10+ messages)
` [PATCH v5 1/5] KEYS: trusted: allow use of TEE as backend without TCG_TPM support
` [PATCH v5 2/5] KEYS: trusted: allow users to use kernel RNG for key material
` [PATCH v5 3/5] KEYS: trusted: allow trust sources "
` [PATCH v5 4/5] crypto: caam - add in-kernel interface for blob generator
` [PATCH v5 5/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys

[PATCH v10 0/8] Enroll kernel keys thru MOK
 2022-02-23 15:33 UTC  (11+ messages)

[PATCH] TOMOYO: fix __setup handlers return values
 2022-02-23 13:55 UTC  (2+ messages)

[PATCH] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-02-23 13:49 UTC  (6+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] fs/proc: Optimize arrays defined by struct ctl_path
 2022-02-23  9:48 UTC 

[PATCH] EVM: fix the evm= __setup handler return value
 2022-02-23  1:51 UTC  (2+ messages)
` [EXTERNAL] "

[RFC PATCH v1] LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
 2022-02-22 17:53 UTC 

[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2022-02-22 11:24 UTC  (7+ messages)
` [PATCH v4 5/5] "
        ` [EXT] "

[PATCH v1 00/11] Landlock: file linking and renaming support
 2022-02-22 10:18 UTC  (14+ messages)
` [PATCH v1 01/11] landlock: Define access_mask_t to enforce a consistent access mask size
` [PATCH v1 02/11] landlock: Reduce the maximum number of layers to 16
` [PATCH v1 03/11] landlock: Create find_rule() from unmask_layers()
` [PATCH v1 04/11] landlock: Fix same-layer rule unions
` [PATCH v1 05/11] landlock: Move filesystem helpers and add a new one
` [PATCH v1 06/11] landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
` [PATCH v1 07/11] selftest/landlock: Add 6 new test suites dedicated to file reparenting
` [PATCH v1 08/11] samples/landlock: Add support for "
` [PATCH v1 09/11] landlock: Document LANDLOCK_ACCESS_FS_REFER and ABI versioning
` [PATCH v1 10/11] landlock: Document good practices about filesystem policies
` [PATCH v1 11/11] landlock: Add design choices documentation for filesystem access rights

[PATCH v5] KEYS: encrypted: Instantiate key with user-provided decrypted data
 2022-02-21 20:19 UTC  (4+ messages)

[PATCH v1 0/7] Minor Landlock fixes and new tests
 2022-02-21 15:53 UTC  (8+ messages)
` [PATCH v1 1/7] landlock: Fix landlock_add_rule(2) documentation
` [PATCH v1 2/7] landlock: Fix landlock_add_rule(2) signature
` [PATCH v1 3/7] selftest/landlock: Make tests build with old libc
` [PATCH v1 4/7] selftest/landlock: Extend tests for minimal valid attribute size
` [PATCH v1 5/7] selftest/landlock: Add tests for unknown access rights
` [PATCH v1 6/7] selftest/landlock: Extend access right tests to directories
` [PATCH v1 7/7] selftest/landlock: Fully test file rename with "remove" access

[PATCH v8 0/3] integrity: support including firmware ".platform" keys at build time
 2022-02-21 13:33 UTC  (3+ messages)

[PATCH] KEYS: trusted: Avoid calling null function trusted_key_exit
 2022-02-21  1:57 UTC  (4+ messages)

[PATCH v8 00/17] Enroll kernel keys thru MOK
 2022-02-20 23:23 UTC  (18+ messages)
` [PATCH v8 07/17] integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca
` [PATCH v8 10/17] KEYS: add a reference to machine keyring
` [PATCH v8 11/17] KEYS: Introduce link restriction for machine keys
` [PATCH v8 13/17] integrity: store reference to machine keyring
` [PATCH v8 14/17] KEYS: link machine trusted keys to secondary_trusted_keys
` [PATCH v8 15/17] efi/mokvar: move up init order
` [PATCH v8 16/17] integrity: Trust MOK keys if MokListTrustedRT found
` [PATCH v8 17/17] integrity: Only use machine keyring when uefi_check_trust_mok_keys is true

[PATCH] KEYS: trusted: fix crash when TPM/TEE are built as module
 2022-02-20 23:10 UTC  (4+ messages)

[PATCH v8 0/5] Enable root to update the blacklist keyring
 2022-02-19 11:42 UTC  (10+ messages)

Új hirdetési kapcsolatfelvétel
 2022-02-18 18:25 UTC 

[PATCH] security: declare member holding string literal const
 2022-02-17 22:50 UTC  (3+ messages)

[RFC PATCH] mm: create security context for memfd_secret inodes
 2022-02-17 22:32 UTC  (4+ messages)

[RFC PATCH 2/2] capability: use new capable_or functionality
 2022-02-17 17:29 UTC  (3+ messages)
` [RFC PATCH 1/2] capability: add capable_or to test for multiple caps with exactly one audit message

[PATCH net v3 0/2] security: fixups for the security hooks in sctp
 2022-02-17 13:41 UTC  (11+ messages)
` [PATCH net v3 2/2] security: implement sctp_assoc_established hook in selinux

issues about selinux namespace
 2022-02-16 20:47 UTC  (5+ messages)
` [RFC PATCH 0/1] SELinux-namespaces
  ` [RFC PATCH 1/1] selinuxns: Replace state pointer with namespace id

[PATCH 1/4] Fix arm64 kexec forbidding kernels signed with keys in the secondary keyring to boot
 2022-02-16 12:09 UTC  (11+ messages)
` [PATCH 2/4] kexec, KEYS, arm64: Make use of platform keyring for signature verification
` [PATCH 3/4] kexec, KEYS, s390: Make use of built-in and secondary "
` [PATCH 4/4] module, KEYS: Make use of platform "

[PATCH] KEYS: remove support for asym_tpm keys
 2022-02-15 19:30 UTC  (2+ messages)

[PATCH] ima: Calculate digest in ima_inode_hash() if not available
 2022-02-15 11:16 UTC  (6+ messages)

[PATCH v5 0/6] KEXEC_SIG with appended signature
 2022-02-14 17:09 UTC  (11+ messages)
` [PATCH v5 2/6] powerpc/kexec_file: Add KEXEC_SIG support

W sprawie samochodu
 2022-02-14  8:50 UTC 

[PATCH] apparmor: fix aa_label_asxprint return check
 2022-02-14  3:40 UTC  (2+ messages)

[PATCH] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-02-14  0:33 UTC  (12+ 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).