containers.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-08 14:06:32 to 2022-01-05 20:56:04 UTC [more...]

[PATCH v8 00/19] ima: Namespace IMA with audit support in IMA-ns
 2022-01-05 20:55 UTC  (24+ messages)
` [PATCH v8 01/19] securityfs: Extend securityfs with namespacing support
` [PATCH v8 02/19] ima: Define ima_namespace structure and implement basic functions
` [PATCH v8 03/19] ima: Move policy related variables into ima_namespace
` [PATCH v8 04/19] ima: Move ima_htable "
` [PATCH v8 05/19] ima: Move measurement list related variables "
` [PATCH v8 06/19] ima: Move some IMA policy and filesystem "
` [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 09/19] ima: Only accept AUDIT rules for non-init_ima_ns namespaces for now
` [PATCH v8 10/19] ima: Implement hierarchical processing of file accesses
` [PATCH v8 11/19] ima: Implement ima_free_policy_rules() for freeing of an ima_namespace
` [PATCH v8 12/19] userns: Add pointer to ima_namespace to user_namespace
` [PATCH v8 13/19] ima: Add functions for creation and freeing of an ima_namespace
` [PATCH v8 14/19] integrity/ima: Define ns_status for storing namespaced iint data
` [PATCH v8 15/19] ima: Namespace audit status flags
` [PATCH v8 16/19] ima: Enable re-auditing of modified files
` [PATCH v8 17/19] ima: Setup securityfs for IMA namespace
` [PATCH v8 18/19] ima: Show owning user namespace's uid and gid when displaying policy
` [PATCH v8 19/19] ima: Enable IMA namespaces

[PATCH v1] ipc: Store mqueue sysctls in the ipc namespace
 2022-01-04 22:17 UTC  (8+ messages)
` [PATCH v2] "

[PATCH v7 00/14] ima: Namespace IMA with audit support in IMA-ns
 2022-01-03 14:09 UTC  (37+ messages)
` [PATCH v7 01/14] ima: Add IMA namespace support
` [PATCH v7 02/14] ima: Define ns_status for storing namespaced iint data
` [PATCH v7 03/14] ima: Namespace audit status flags
` [PATCH v7 04/14] ima: Move policy related variables into ima_namespace
` [PATCH v7 05/14] ima: Move ima_htable "
` [PATCH v7 06/14] ima: Move measurement list related variables "
` [PATCH v7 07/14] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v7 08/14] ima: Implement hierarchical processing of file accesses
` [PATCH v7 09/14] securityfs: Only use simple_pin_fs/simple_release_fs for init_user_ns
` [PATCH v7 10/14] securityfs: Extend securityfs with namespacing support
  ` [RFC PATCH] securityfs: securityfs_dir_inode_operations can be static
` [PATCH v7 11/14] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v7 12/14] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v7 13/14] ima: Move dentry into ima_namespace and others onto stack
` [PATCH v7 14/14] ima: Setup securityfs for IMA namespace

[PATCH v2 1/2] binfmt_misc: cleanup on filesystem umount
 2021-12-26 13:31 UTC  (3+ messages)
` [PATCH v2 2/2] binfmt_misc: enable sandboxed mounts

[GIT PULL] ucount fix for v5.16-rc7
 2021-12-23 23:46 UTC  (2+ messages)

[GIT PULL]
 2021-12-23 19:55 UTC 

[PATCH v2 0/2] ucounts: Fix rlimit max values check
 2021-12-19 19:54 UTC  (5+ messages)
` [PATCH v2 2/2] ucounts: Move rlimit max values from ucounts max
    ` [PATCH v3] ucounts: Split rlimit and ucount values and max values

[PATCH v6 00/17] ima: Namespace IMA with audit support in IMA-ns
 2021-12-16  4:00 UTC  (40+ messages)
` [PATCH v6 01/17] ima: Add IMA namespace support
` [PATCH v6 02/17] ima: Define ns_status for storing namespaced iint data
` [PATCH v6 03/17] ima: Namespace audit status flags
` [PATCH v6 04/17] ima: Move delayed work queue and variables into ima_namespace
` [PATCH v6 05/17] ima: Move IMA's keys queue related "
` [PATCH v6 06/17] ima: Move policy "
` [PATCH v6 07/17] ima: Move ima_htable "
` [PATCH v6 08/17] ima: Move measurement list related variables "
` [PATCH v6 09/17] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v6 10/17] ima: Implement hierarchical processing of file accesses
` [PATCH v6 11/17] securityfs: Only use simple_pin_fs/simple_release_fs for init_user_ns
` [PATCH v6 12/17] securityfs: Extend securityfs with namespacing support
` [PATCH v6 13/17] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v6 14/17] ima: Tie opened SecurityFS files to the IMA namespace it belongs to
` [PATCH v6 15/17] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v6 16/17] ima: Move dentry into ima_namespace and others onto stack
` [PATCH v6 17/17] ima: Setup securityfs for IMA namespace

[PATCH v4 00/16] ima: Namespace IMA with audit support in IMA-ns
 2021-12-16  2:55 UTC  (25+ messages)
` [PATCH v4 01/16] ima: Add IMA namespace support
` [PATCH v4 10/16] ima: Implement hierarchical processing of file accesses
` [PATCH v4 11/16] securityfs: Only use simple_pin_fs/simple_release_fs for init_user_ns
` [PATCH v4 16/16] ima: Setup securityfs for IMA namespace

[PATCH v5 00/16] ima: Namespace IMA with audit support in IMA-ns
 2021-12-13 16:40 UTC  (68+ messages)
` [PATCH v5 01/16] ima: Add IMA namespace support
` [PATCH v5 02/16] ima: Define ns_status for storing namespaced iint data
` [PATCH v5 03/16] ima: Namespace audit status flags
` [PATCH v5 04/16] ima: Move delayed work queue and variables into ima_namespace
` [PATCH v5 05/16] ima: Move IMA's keys queue related "
` [PATCH v5 06/16] ima: Move policy "
` [PATCH v5 07/16] ima: Move ima_htable "
` [PATCH v5 08/16] ima: Move measurement list related variables "
` [PATCH v5 09/16] ima: Only accept AUDIT rules for IMA non-init_ima_ns namespaces for now
` [PATCH v5 10/16] ima: Implement hierarchical processing of file accesses
` [PATCH v5 11/16] securityfs: Only use simple_pin_fs/simple_release_fs for init_user_ns
` [PATCH v5 12/16] securityfs: Extend securityfs with namespacing support
` [PATCH v5 13/16] ima: Move some IMA policy and filesystem related variables into ima_namespace
` [PATCH v5 14/16] ima: Use mac_admin_ns_capable() to check corresponding capability
` [PATCH v5 15/16] ima: Move dentries into ima_namespace
` [PATCH v5 16/16] ima: Setup securityfs for IMA namespace


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