containers.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-17 21:24:38 to 2022-06-22 20:14:10 UTC [more...]

[PATCH] ipc: Free mq_sysctls if ipc namespace creation failed
 2022-06-22 20:07 UTC 

(no subject)
 2022-06-14  7:47 UTC 

[PATCH v4 0/2] ipc: Store mq and ipc sysctls in the ipc namespace
 2022-06-09 18:51 UTC  (36+ messages)
` [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
        ` [RFC PATCH 0/4] API extension for handling sysctl
          ` [RFC PATCH 1/4] sysctl: "
          ` [RFC PATCH 2/4] sysctl: ipc: Do not use dynamic memory
          ` [RFC PATCH 3/4] sysctl: userns: "
          ` [RFC PATCH 4/4] sysctl: mqueue: "

[PATCH v12 00/26] ima: Namespace IMA with audit support in IMA-ns
 2022-06-09 14:27 UTC  (73+ 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

[GIT PULL] ipc: per namespace ipc sysctl changes for v5.19
 2022-06-05 22:11 UTC  (4+ messages)

[PATCH v2 1/2] binfmt_misc: cleanup on filesystem umount
 2022-06-02 10:41 UTC  (7+ messages)
` [PATCH v2 2/2] binfmt_misc: enable sandboxed mounts

[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  (49+ messages)
` [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


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