linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-10 21:00:06 to 2022-09-23 15:44:12 UTC [more...]

[PATCH v1 0/3] Improve Landlock help
 2022-09-23 15:42 UTC  (4+ messages)
` [PATCH v1 1/3] samples/landlock: Print hints about ABI versions
` [PATCH v1 2/3] landlock: Slightly improve documentation and fix spelling
` [PATCH v1 3/3] landlock: Fix documentation style

[PATCH 0/2] powerpc/pseries: restrict error injection and DT changes when locked down
 2022-09-23 15:39 UTC  (8+ messages)
` [PATCH 1/2] powerpc/pseries: block untrusted device tree "
` [PATCH 2/2] powerpc/rtas: block error injection "

[RFC PATCH 00/29] acl: add vfs posix acl api
 2022-09-23 15:22 UTC  (15+ messages)
` [PATCH 09/29] security: add set acl hook
` [PATCH 11/29] smack: implement "

[GIT PULL] Landlock fix for v6.0 #2
 2022-09-23 14:42 UTC  (2+ messages)

[PATCH v1] selftests/landlock: Fix out-of-tree builds
 2022-09-23 14:31 UTC  (5+ messages)

[PATCH v6 0/5] landlock: truncate support
 2022-09-23 11:30 UTC  (23+ messages)
` [PATCH v6 1/5] security: create file_truncate hook from path_truncate hook
` [PATCH v6 2/5] landlock: Support file truncation
` [PATCH v6 3/5] selftests/landlock: Selftests for file truncation support
` [PATCH v6 4/5] samples/landlock: Extend sample tool to support LANDLOCK_ACCESS_FS_TRUNCATE
` [PATCH v6 5/5] landlock: Document Landlock's file truncation support

[PATCH v5 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
 2022-09-23 11:19 UTC  (6+ messages)
` [PATCH v5 1/2] ima: Simplify ima_lsm_copy_rule
` [PATCH v5 2/2] ima: Handle -ESTALE returned by ima_filter_rule_match()

[PATCH] apparmor: Simply obtain the newest label on a cred
 2022-09-23  9:29 UTC  (3+ messages)

[PATCH v2] apparmor: Simplify obtain the newest label on a cred
 2022-09-23  9:21 UTC 

[PATCH 5.15 02/45] arm64: kexec_file: use more system keyrings to verify kernel image signature
 2022-09-22 10:00 UTC  (2+ messages)
` [PATCH 5.15 00/45] 5.15.70-rc1 review

[PATCH v17 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-22  1:10 UTC  (13+ messages)
` [PATCH v17 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v17 11/12] selftests/bpf: Add test for "
        ` [PATCH v18 02/13] btf: Export bpf_dynptr definition

[PATCH v18 00/13] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-22  1:10 UTC  (16+ messages)
` [PATCH v18 01/13] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v18 02/13] btf: Export bpf_dynptr definition
` [PATCH v18 03/13] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v18 04/13] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v18 05/13] bpf: Export bpf_dynptr_get_size()
` [PATCH v18 06/13] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
` [PATCH v18 07/13] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v18 08/13] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v18 09/13] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v18 10/13] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v18 11/13] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v18 12/13] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v18 13/13] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs

[PATCH 0/1] Add CONFIG_SECURITY_SELINUX_PERMISSIVE_DONTAUDIT
 2022-09-21 19:11 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 00/10] Encrypted Hibernation
 2022-09-21 18:09 UTC  (9+ messages)
` [PATCH v2 03/10] security: keys: trusted: Include TPM2 creation data
` [PATCH v2 05/10] security: keys: trusted: Verify "

[PATCH] KEYS: encrypted: fix key instantiation with user-provided data
 2022-09-21 17:51 UTC  (9+ messages)

[PATCH v4 0/2] ima: Handle -ESTALE returned by ima_filter_rule_match()
 2022-09-21 12:36 UTC  (6+ messages)
` [PATCH v4 1/2] ima: Simplify ima_lsm_copy_rule
` [PATCH v4 2/2] ima: Handle -ESTALE returned by ima_filter_rule_match()

[RFC PATCH HBK: 0/8] HW BOUND KEY as TRUSTED KEY
 2022-09-21 11:07 UTC  (12+ messages)
` [RFC PATCH HBK: 2/8] hw-bound-key: flag-is_hbk added to the tfm
    ` [EXT] "

[RESEND PATCH v2 0/2] watch_queue: Clean up some code
 2022-09-21  9:27 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] include/linux/watch_queue: Improve documentation
` [RESEND PATCH v2 2/2] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check

[PATCH v14 00/26] ima: Namespace IMA with audit support in IMA-ns
 2022-09-20 20:08 UTC  (32+ messages)
` [PATCH v14 01/26] securityfs: rework dentry creation
` [PATCH v14 02/26] securityfs: Extend securityfs with namespacing support
` [PATCH v14 03/26] ima: Define ima_namespace struct and start moving variables into it
` [PATCH v14 04/26] ima: Move arch_policy_entry into ima_namespace
` [PATCH v14 05/26] ima: Move ima_htable "
` [PATCH v14 06/26] ima: Move measurement list related variables "
` [PATCH v14 07/26] ima: Move some IMA policy and filesystem "
` [PATCH v14 08/26] ima: Move IMA securityfs files into ima_namespace or onto stack
` [PATCH v14 09/26] ima: Move ima_lsm_policy_notifier into ima_namespace
` [PATCH v14 10/26] ima: Switch to lazy lsm policy updates for better performance
` [PATCH v14 11/26] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable()
` [PATCH v14 12/26] ima: Only accept AUDIT rules for non-init_ima_ns namespaces for now
` [PATCH v14 13/26] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v14 14/26] ima: Implement hierarchical processing of file accesses
` [PATCH v14 15/26] ima: Implement ima_free_policy_rules() for freeing of an ima_namespace
` [PATCH v14 16/26] ima: Add functions for creating and "
` [PATCH v14 17/26] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v14 18/26] integrity: Add optional callback function to integrity_inode_free()
` [PATCH v14 19/26] ima: Namespace audit status flags
` [PATCH v14 20/26] ima: Remove unused iints from the integrity_iint_cache
` [PATCH v14 21/26] ima: Setup securityfs for IMA namespace
` [PATCH v14 22/26] ima: Introduce securityfs file to activate an "
` [PATCH v14 23/26] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v14 24/26] ima: Limit number of policy rules in non-init_ima_ns
` [PATCH v14 25/26] ima: Restrict informational audit messages to init_ima_ns
` [PATCH v14 26/26] ima: Enable IMA namespaces

[PATCH v2] KEYS: Remove orphan declarations from security/keys/internal.h
 2022-09-20  4:49 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in tomoyo_path_chown
 2022-09-20  0:45 UTC  (8+ messages)
` [PATCH (urgent)] vfs: fix uninitialized uid/gid in chown_common()

[PATCH RFC] LSM: lsm_self_attr system call to get security module attributes
 2022-09-19 23:54 UTC  (3+ messages)
  ` [PATCH v2 RFC] LSM: lsm_self_attr syscall for LSM self attributes
` [PATCH RFC] LSM: Specify which LSM to display

[RFC PATCH] generic_entry: Add stackleak support
 2022-09-17 18:57 UTC  (3+ messages)

[PATCHv2 1/1] efi: Correct Macmini DMI match in uefi cert quirk
 2022-09-17  9:16 UTC 

[PATCH bpf-next] bpf: use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
 2022-09-16 20:20 UTC  (2+ messages)

LSM stacking in next for 6.1?
 2022-09-16 13:34 UTC  (32+ messages)

[PATCH 0/3] LSM hooks for IORING_OP_URING_CMD
 2022-09-16 12:59 UTC  (6+ messages)
  ` [PATCH 2/3] selinux: implement the security_uring_cmd() LSM hook

[PATCH] lockdown: ratelimit denial messages
 2022-09-14 11:43 UTC  (3+ messages)

[PATCH] apparmor: make __aa_path_perm() static
 2022-09-14  7:46 UTC 

[PATCH] security/keys: remove request_key_conswq and keyring_search_instkey() declarations
 2022-09-13  1:53 UTC  (3+ messages)

[PATCH v7 00/18] Network support for Landlock
 2022-09-12 17:23 UTC  (37+ messages)
` [PATCH v7 01/18] landlock: rename access mask
` [PATCH v7 02/18] landlock: refactor landlock_find_rule/insert_rule
` [PATCH v7 03/18] landlock: refactor merge/inherit_ruleset functions
` [PATCH v7 05/18] landlock: refactor helper functions
` [PATCH v7 08/18] landlock: add network rules support
` [PATCH v7 09/18] landlock: implement TCP network hooks
` [PATCH v7 16/18] seltests/landlock: add invalid input data test
` [PATCH v7 17/18] samples/landlock: add network demo
` [PATCH v7 18/18] landlock: Document Landlock's network support

[PATCH -next] smack: cleanup obsolete mount option flags
 2022-09-12 17:00 UTC  (2+ messages)

[PATCH linux-next] smack: lsm: remove the unneeded result variable
 2022-09-12 17:00 UTC  (2+ messages)

Does NFS support Linux Capabilities
 2022-09-12  4:03 UTC  (6+ messages)

[v5.19.y PATCH 0/3] Backport the io_uring/LSM CMD passthrough controls
 2022-09-11 11:36 UTC  (2+ 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).