Containers Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-01 20:38:11 to 2022-05-23 00:42:59 UTC [more...]

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

[PATCH v4 0/2] ipc: Store mq and ipc sysctls in the ipc namespace
 2022-05-04  3:42 UTC  (22+ messages)
` [PATCH v4 1/2] ipc: Store mqueue "
` [PATCH v4 2/2] ipc: Store ipc "
` [GIT PULL] ipc: Bind to the ipc namespace at open time
    ` [PATCH v1 0/4] ipc: Remove extra1 field abuse to pass ipc namespace
      ` [PATCH v1 1/4] "
      ` [PATCH v1 2/4] ipc: Use proper "
            ` [PATCH v2 1/4] ipc: Use the same namespace to modify and validate
            ` [PATCH v2 2/4] ipc: Remove extra1 field abuse to pass ipc namespace
            ` [PATCH v2 3/4] ipc: Check permissions for checkpoint_restart sysctls at open time
            ` [PATCH v2 4/4] ipc: Remove extra braces
      ` [PATCH v1 3/4] ipc: Check permissions for checkpoint_restart sysctls at open time
      ` [PATCH v1 4/4] ipc: Remove extra braces

[PATCH v4 0/3] Handle seccomp notification preemption
 2022-05-03 21:22 UTC  (5+ messages)
` [PATCH v4 1/3] seccomp: Add wait_killable semantic to seccomp user notifier
` [PATCH v4 2/3] selftests/seccomp: Refactor get_proc_stat to split out file reading code
` [PATCH v4 3/3] selftests/seccomp: Add test for wait killable notifier

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

[PATCH v2 0/6] Generic per-mount io stats
 2022-03-01 10:56 UTC  (15+ messages)
` [PATCH v2 1/6] fs: add iostats counters to struct mount
` [PATCH v2 2/6] fs: tidy up fs_flags definitions
` [PATCH v2 3/6] fs: collect per-mount io stats
` [PATCH v2 4/6] fs: report "
` [PATCH v2 5/6] ovl: opt-in for "
` [PATCH v2 6/6] fuse: "

[PATCH resend] kernel: Make taskstats available via genetlink per namespace
 2022-02-27 11:16 UTC  (3+ messages)
      `  "

[PATCH v10 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-02-24  2:49 UTC  (81+ messages)
` [PATCH v10 01/27] ima: Remove ima_policy file before directory
` [PATCH v10 02/27] ima: Do not print policy rule with inactive LSM labels
` [PATCH v10 03/27] ima: Return error code obtained from securityfs functions
` [PATCH v10 04/27] securityfs: rework dentry creation
` [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] ima: fix semicolon.cocci warnings
` [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

[Bug 215596] New: Commit 59ec715 breaks systemd LimitNPROC with PrivateUsers
 2022-02-15 19:30 UTC 

[PATCH 6/8] ucounts: Handle inc_rlimit_ucounts wrapping in fork
 2022-02-11 19:56 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 read-only IMAP folder(s) and NNTP newsgroup(s).