Linux Container Development
 help / color / mirror / Atom feed
 messages from 2022-01-05 03:58:28 to 2022-02-24 02:49:54 UTC [more...]

[PATCH v10 00/27] ima: Namespace IMA with audit support in IMA-ns
 2022-02-24  2:49 UTC  (84+ 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 19/27] integrity: Add optional callback function to integrity_inode_free()
` [PATCH v10 20/27] ima: Namespace audit status flags
` [PATCH v10 21/27] ima: Remove unused iints from the integrity_iint_cache
` [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 resend] kernel: Make taskstats available via genetlink per namespace
 2022-02-23  4:56 UTC  (2+ messages)

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

[PATCH v4 0/2] ipc: Store mq and ipc sysctls in the ipc namespace
 2022-02-14 18:18 UTC  (3+ messages)
` [PATCH v4 1/2] ipc: Store mqueue "
` [PATCH v4 2/2] ipc: Store ipc "

[PATCH 6/8] ucounts: Handle inc_rlimit_ucounts wrapping in fork
 2022-02-11 19:56 UTC  (2+ messages)

[PATCH v9 00/23] ima: Namespace IMA with audit support in IMA-ns
 2022-01-31 23:43 UTC  (65+ messages)
` [PATCH v9 01/23] ima: Remove ima_policy file before directory
` [PATCH v9 02/23] ima: Do not print policy rule with inactive LSM labels
` [PATCH v9 03/23] securityfs: rework dentry creation
` [PATCH v9 04/23] securityfs: Extend securityfs with namespacing support
` [PATCH v9 05/23] ima: Define ima_namespace struct and start moving variables into it
` [PATCH v9 06/23] ima: Move arch_policy_entry into ima_namespace
` [PATCH v9 07/23] ima: Move ima_htable "
` [PATCH v9 08/23] ima: Move measurement list related variables "
` [PATCH v9 09/23] ima: Move some IMA policy and filesystem "
` [PATCH v9 10/23] ima: Move IMA securityfs files into ima_namespace or onto stack
` [PATCH v9 11/23] ima: Move ima_lsm_policy_notifier into ima_namespace
` [PATCH v9 12/23] ima: Define mac_admin_ns_capable() as a wrapper for ns_capable()
` [PATCH v9 13/23] ima: Only accept AUDIT rules for non-init_ima_ns namespaces for now
` [PATCH v9 14/23] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v9 15/23] ima: Implement hierarchical processing of file accesses
` [PATCH v9 16/23] ima: Implement ima_free_policy_rules() for freeing of an ima_namespace
` [PATCH v9 17/23] ima: Add functions for creating and "
` [PATCH v9 18/23] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v9 19/23] ima: Namespace audit status flags
` [PATCH v9 20/23] ima: Setup securityfs for IMA namespace
` [PATCH v9 21/23] ima: Introduce securityfs file to activate an "
` [PATCH v9 22/23] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v9 23/23] ima: Enable IMA namespaces

[GIT PULL] ucount rlimit fixes for v5.17-rc2
 2022-01-28 18:34 UTC 

[PATCH v1] ipc: Store mqueue sysctls in the ipc namespace
 2022-01-21 13:08 UTC  (8+ messages)
` [PATCH v2] "
    ` [RFC PATCH v3 0/4] ipc: Store mq and ipc "
      ` [RFC PATCH v3 1/4] ipc: Store mqueue "
      ` [RFC PATCH v3 2/4] ipc: Store ipc "
      ` [RFC PATCH v3 3/4] ipc: Merge ipc_sysctl and mq_sysctl
      ` [RFC PATCH v3 4/4] ipc: Allow to modify ipc/mq sysctls if CAP_SYS_RESOURCE is present

[PATCH v8 00/19] ima: Namespace IMA with audit support in IMA-ns
 2022-01-19 13:32 UTC  (40+ messages)
` [PATCH v8 01/19] securityfs: Extend securityfs with namespacing support
` [PATCH v8 03/19] ima: Move policy related variables into ima_namespace
` [PATCH v8 05/19] ima: Move measurement list "
` [PATCH v8 07/19] ima: Move dentry into ima_namespace and others onto stack
` [PATCH v8 08/19] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v8 10/19] ima: Implement hierarchical processing of file accesses
` [PATCH v8 13/19] ima: Add functions for creation and freeing of an ima_namespace
` [PATCH v8 16/19] ima: Enable re-auditing of modified files
` [PATCH v8 18/19] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v8 19/19] ima: Enable IMA namespaces

[next]: LTP: getxattr05.c:97: TFAIL: unshare(CLONE_NEWUSER) failed: ENOSPC (28)
 2022-01-12 16:42 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox