[PATCH] selinux: remove the runtime disable functionality
2023-03-20 16:36 UTC (10+ messages)
Does Landlock not work with eCryptfs?
2023-03-19 21:00 UTC
[PATCH 00/11] sysctl: deprecate register_sysctl_paths()
2023-03-19 20:47 UTC (13+ messages)
` [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()
` [PATCH 09/11] fs-verity: "
` [PATCH 11/11] proc_sysctl: deprecate register_sysctl_paths()
LOCK_DOWN_FORCE_INTEGRITY_FOR_FUZZING?
2023-03-18 6:31 UTC (4+ messages)
[PATCH v8 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
2023-03-17 19:39 UTC (9+ messages)
` [PATCH v8 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v8 2/6] ocfs2: "
` [PATCH v8 3/6] security: Remove security_old_inode_init_security()
` [PATCH v8 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v8 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v8 6/6] evm: Support multiple LSMs providing an xattr
[PATCH 0/1] process attribute support for Landlock
2023-03-17 8:38 UTC (10+ messages)
[RFC PATCH v9 00/16] Integrity Policy Enforcement LSM (IPE)
2023-03-16 22:53 UTC (8+ messages)
` [RFC PATCH v9 07/16] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v9 11/16] ipe: add support for dm-verity as a trust provider
[PATCH RESEND] fs_context: drop the unused lsm_flags member
2023-03-16 13:46 UTC (2+ messages)
[PATCH v7 00/11] LSM: Three basic syscalls
2023-03-16 12:35 UTC (13+ messages)
` [PATCH v7 01/11] LSM: Identify modules by more than name
` [PATCH v7 02/11] LSM: Maintain a table of LSM attribute data
` [PATCH v7 03/11] proc: Use lsmids instead of lsm names for attrs
` [PATCH v7 04/11] LSM: syscalls for current process attributes
` [PATCH v7 05/11] LSM: Create lsm_list_modules system call
` [PATCH v7 06/11] LSM: wireup Linux Security Module syscalls
` [PATCH v7 07/11] LSM: Helpers for attribute names and filling an lsm_ctx
` [PATCH v7 08/11] Smack: implement setselfattr and getselfattr hooks
` [PATCH v7 09/11] AppArmor: Add selfattr hooks
` [PATCH v7 10/11] SELinux: "
` [PATCH v7 11/11] LSM: selftests for Linux Security Module syscalls
Faktoring
2023-03-16 8:51 UTC
Rubber Molded
2023-03-16 8:45 UTC
[PATCH RFC] Randomized slab caches for kmalloc()
2023-03-15 9:54 UTC
[PATCH] ima: Fix potential NULL pointer access in ima_match_rules()
2023-03-15 0:17 UTC (2+ messages)
[PATCH v6 00/11] LSM: Three basic syscalls
2023-03-14 22:00 UTC (11+ messages)
` [PATCH v6 04/11] LSM: syscalls for current process attributes
` [PATCH v6 05/11] LSM: Create lsm_module_list system call
[PATCH v1 0/2] Add destructor hook to LSM modules
2023-03-14 16:32 UTC (12+ messages)
[PATCH v9 00/12] Network support for Landlock
2023-03-14 14:38 UTC (14+ messages)
` [PATCH v9 08/12] landlock: Add network rules and TCP hooks support
` [PATCH v9 10/12] selftests/landlock: Add 10 new test suites dedicated to network
[PATCH net-next v2] scm: fix MSG_CTRUNC setting condition for SO_PASSSEC
2023-03-14 11:06 UTC (2+ messages)
[PATCH 0/3] Fix crash with fscrypt + Landlock
2023-03-14 9:28 UTC (5+ messages)
` [PATCH 1/3] fscrypt: destroy keyring after security_sb_delete()
` [PATCH 2/3] fscrypt: improve fscrypt_destroy_keyring() documentation
` [PATCH 3/3] fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()
[PATCH v2] kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()
2023-03-14 9:16 UTC (4+ messages)
[PATCH 00/14] Implement Trusted Security Event Modeling
2023-03-13 22:52 UTC (6+ messages)
` [PATCH 02/14] Add TSEM specific documentation
First quarter procurement order/enquiry
2023-03-13 17:23 UTC
[PATCH v5 0/6] Add CA enforcement keyring restrictions
2023-03-13 14:26 UTC (11+ messages)
` [PATCH v5 1/6] KEYS: Create static version of public_key_verify_signature
` [PATCH v5 2/6] KEYS: Add missing function documentation
` [PATCH v5 4/6] KEYS: X.509: Parse Key Usage
` [PATCH v5 5/6] KEYS: CA link restriction
` [PATCH v5 6/6] integrity: machine keyring CA configuration
Technický audit podlah
2023-03-13 8:30 UTC
[PATCH v4 0/3] security: Always enable integrity LSM
2023-03-10 23:37 UTC (8+ messages)
` [PATCH v4 1/3] security: Introduce LSM_ORDER_LAST and set it for the "
` [PATCH v4 2/3] Revert "integrity: double check iint_cache was initialized"
` [PATCH v4 3/3] security: Remove integrity from the LSM list in Kconfig
[PATCH v1 1/2] Add release hook to LSM
2023-03-10 23:23 UTC (8+ messages)
[PATCH v3 0/3] security: Always enable integrity LSM
2023-03-10 19:59 UTC (16+ messages)
` [PATCH v3 1/3] security: Introduce LSM_ORDER_LAST and set it for the "
` [PATCH v3 2/3] Revert "integrity: double check iint_cache was initialized"
` [PATCH v3 3/3] security: Remove integrity from the LSM list in Kconfig
[PATCH 0/1] Add CONFIG_SECURITY_SELINUX_PERMISSIVE_DONTAUDIT
2023-03-10 0:32 UTC (10+ messages)
` [PATCH 1/1] "
[PATCH v1 0/5] Landlock support for UML
2023-03-09 16:54 UTC (6+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes
` [PATCH v1 2/5] selftests/landlock: Don't create useless file layouts
` [PATCH v1 3/5] selftests/landlock: Add supports_filesystem() helper
` [PATCH v1 4/5] selftests/landlock: Make mounts configurable
` [PATCH v1 5/5] selftests/landlock: Add tests for pseudo filesystems
[PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
2023-03-09 13:07 UTC (57+ messages)
` [PATCH 02/28] ima: Align ima_post_path_mknod() definition with "
` [PATCH 03/28] ima: Align ima_post_create_tmpfile() "
` [PATCH 04/28] ima: Align ima_file_mprotect() "
` [PATCH 05/28] ima: Align ima_inode_setxattr() "
` [PATCH 07/28] ima: Align ima_post_read_file() "
` [PATCH 11/28] evm: Complete description of evm_inode_setattr()
` [PATCH 13/28] security: Align inode_setattr hook definition with EVM
` [PATCH 14/28] security: Introduce inode_post_setattr hook
` [PATCH 15/28] security: Introduce inode_post_removexattr hook
` [PATCH 16/28] security: Introduce file_post_open hook
` [PATCH 17/28] security: Introduce file_pre_free_security hook
` [PATCH 18/28] security: Introduce path_post_mknod hook
` [PATCH 19/28] security: Introduce inode_post_create_tmpfile hook
` [PATCH 20/28] security: Introduce inode_post_set_acl hook
` [PATCH 21/28] security: Introduce inode_post_remove_acl hook
` [PATCH 22/28] security: Introduce key_post_create_or_update hook
` [PATCH 23/28] security: Introduce LSM_ORDER_LAST
` [PATCH 26/28] evm: Move to LSM infrastructure
[PATCH v2] security: Introduce LSM_ORDER_LAST and set it for the integrity LSM
2023-03-09 7:55 UTC (4+ messages)
` [PATCH] Revert "integrity: double check iint_cache was initialized"
[PATCH v7 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
2023-03-09 7:53 UTC (3+ messages)
[PATCH] device_cgroup: Fix typo in devcgroup_css_alloc description
2023-03-08 22:07 UTC (2+ messages)
[PATCH] lsm: fix a badly named parameter in security_get_getsecurity()
2023-03-08 18:37 UTC (2+ messages)
[PATCH] lsm: fix doc warnings in the LSM hook comments
2023-03-08 18:37 UTC (2+ messages)
[PATCH 00/22] Move LSM hook comments into security/security.c
2023-03-08 17:20 UTC (8+ messages)
[linux-next:master] BUILD SUCCESS WITH WARNING fc31900c948610e7b5c2f15fb7795832c8325327
2023-03-08 15:37 UTC
INFO: BUG: kobject: 'integrity' (000000005198bea8): does not have a release() function, it is broken and must be fixed. See
2023-03-08 14:08 UTC
[BUG] blacklist: Problem blacklisting hash (-13) during boot
2023-03-07 13:45 UTC (7+ messages)
` [External] "
Fotowoltaika - nowe warunki
2023-03-06 9:00 UTC
page: next (older)
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).