linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-15 22:43:44 to 2024-01-05 23:21:20 UTC [more...]

[GIT PULL] lsm/lsm-pr-20240105
 2024-01-05 23:21 UTC 

[GIT PULL] selinux/selinux-pr-20240105
 2024-01-05 23:21 UTC 

[PATCH bpf-next 00/29] BPF token
 2024-01-05 22:27 UTC  (41+ messages)
` [PATCH bpf-next 01/29] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH bpf-next 02/29] bpf: add BPF token delegation mount options to BPF FS
` [PATCH bpf-next 03/29] bpf: introduce BPF token object
` [PATCH bpf-next 04/29] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH bpf-next 05/29] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH bpf-next 06/29] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH bpf-next 07/29] bpf: take into account BPF token when fetching helper protos
` [PATCH bpf-next 08/29] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH bpf-next 09/29] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH bpf-next 10/29] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH bpf-next 11/29] bpf,lsm: add BPF token "
` [PATCH bpf-next 12/29] libbpf: add bpf_token_create() API
` [PATCH bpf-next 13/29] libbpf: add BPF token support to bpf_map_create() API
` [PATCH bpf-next 14/29] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH bpf-next 15/29] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH bpf-next 16/29] selftests/bpf: add BPF token-enabled tests
` [PATCH bpf-next 17/29] bpf,selinux: allocate bpf_security_struct per BPF token
` [PATCH bpf-next 18/29] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 19/29] bpf: support symbolic BPF FS delegation mount options
` [PATCH bpf-next 20/29] selftests/bpf: utilize string values for delegate_xxx "
` [PATCH bpf-next 21/29] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 22/29] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 23/29] libbpf: move feature detection code into its own file
` [PATCH bpf-next 24/29] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 25/29] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 26/29] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 27/29] selftests/bpf: add tests for BPF object load with implicit token
` [PATCH bpf-next 28/29] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
` [PATCH bpf-next 29/29] selftests/bpf: add tests for "

[RFC PATCH v1 0/7] Landlock audit support
 2024-01-05 22:13 UTC  (16+ messages)
` [RFC PATCH v1 1/7] lsm: Add audit_log_lsm_data() helper
` [RFC PATCH v1 3/7] landlock: Log ruleset creation and release
          `  "
` [RFC PATCH v1 4/7] landlock: Log domain creation and enforcement
` [RFC PATCH v1 5/7] landlock: Log file-related requests

[PATCH] integrity: don't throw an error immediately when failed to add a cert to the .machine keyring
 2024-01-05 16:02 UTC  (9+ messages)
  `  "

help for concepts about key management of the Linux kernel security
 2024-01-05 10:51 UTC 

help for concepts about key management of the Linux kernel security
 2024-01-05 10:49 UTC 

[PATCH v8 0/9] Landlock: IOCTL support
 2024-01-05  9:38 UTC  (3+ messages)
` [PATCH v8 3/9] landlock: Optimize the number of calls to get_access_mask slightly

[PATCH 00/13] Implement Trusted Security Event Modeling
 2024-01-05  3:54 UTC  (8+ messages)
` [PATCH 02/13] Add TSEM specific documentation
  ` [PATCH 2/13] "

[PATCH] apparmor: Fix memory leak in unpack_profile()
 2024-01-05  2:01 UTC 

[PATCH v3] selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
 2024-01-04 21:57 UTC  (3+ messages)

[PATCH v3 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-04 16:51 UTC  (6+ messages)
` [PATCH v3 1/4] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v3 2/4] arch/x86: Move internal setup_data "
` [PATCH v3 3/4] arch/x86: Implement arch_ima_efi_boot_mode() in source file
` [PATCH v3 4/4] arch/x86: Do not include <asm/bootparam.h> in several files

[PATCH v5 0/4] vduse: add support for networking devices
 2024-01-04 10:14 UTC  (16+ messages)
` [PATCH v5 2/4] vduse: Temporarily disable control queue features
` [PATCH v5 4/4] vduse: Add LSM hook to check Virtio device type

[PATCH] apparmor: make stack_msg static
 2024-01-04  9:42 UTC  (2+ messages)

[PATCH] apparmor: fix possible memory leak in unpack_trans_table
 2024-01-04  9:41 UTC  (2+ messages)

[PATCH] apparmor: avoid crash when parsed profile name is empty
 2024-01-04  9:40 UTC  (2+ messages)

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2024-01-04  0:46 UTC  (11+ messages)
      `  "

[GIT PULL] apparmor: Final fix for v6.7-rc8
 2024-01-03 22:19 UTC  (2+ messages)

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2024-01-03 14:04 UTC  (3+ messages)

[PATCH v2 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-03 13:45 UTC  (9+ messages)
` [PATCH v2 1/3] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v2 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode

Apparmor move_mount mediation breaks mount tool in containers
 2024-01-02 22:09 UTC  (4+ messages)

[PATCH v8 00/24] security: Move IMA and EVM to the LSM infrastructure
 2024-01-02 17:44 UTC  (20+ messages)
` [PATCH v8 19/24] ima: Move to "
` [PATCH v8 20/24] ima: Move IMA-Appraisal "
` [PATCH v8 21/24] evm: Move "
` [PATCH v8 22/24] evm: Make it independent from 'integrity' LSM
` [PATCH v8 23/24] ima: "

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2023-12-29 22:31 UTC  (17+ messages)
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[PATCH v2] selinux: Fix error priority for bind with AF_UNSPEC on AF_INET6 socket
 2023-12-29 21:52 UTC  (2+ messages)

[PATCH] selinux: Fix error priority for bind with AF_UNSPEC on AF_INET6 socket
 2023-12-29 21:41 UTC  (4+ messages)

Post Compile-Time RandStruct
 2023-12-29 10:57 UTC 

[PATCH] kernel: capability: Remove unnecessary ‘0’ values from ret
 2023-12-28  3:08 UTC 

[PATCH] security: new security_file_ioctl_compat() hook
 2023-12-27  4:43 UTC  (16+ messages)

[PATCH v5 bpf-next 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2023-12-25  3:12 UTC  (5+ messages)

[syzbot] [net?] KASAN: slab-out-of-bounds Read in dns_resolver_preparse
 2023-12-23 23:59 UTC  (5+ messages)

[PATCH v2] lsm: Add a __counted_by() annotation to lsm_ctx.ctx
 2023-12-22 23:00 UTC  (2+ messages)

Sunrise Trade Link Pvt. Ltd. "The Disappearing Act in Our Relationship"
 2023-12-22 13:17 UTC 

[PATCH] lsm: Add a __counted_by() annotation to lsm_ctx.ctx
 2023-12-21 22:34 UTC  (2+ messages)

[RFC PATCH 0/3] LSM syscall tweaks
 2023-12-21 18:50 UTC  (7+ messages)
` [RFC PATCH 3/3] lsm: consolidate buffer size handling into lsm_fill_user_ctx()

[RFC V2] IMA Log Snapshotting Design Proposal
 2023-12-20 22:13 UTC  (7+ messages)

[PATCH v14 00/12] Network support for Landlock
 2023-12-20 11:19 UTC  (5+ messages)
` [PATCH v14 10/12] selftests/landlock: Add network tests

[RFC PATCH v3] LSM: Officially support appending LSM hooks after boot
 2023-12-19 15:50 UTC  (4+ messages)

[PATCH v5 0/6] DCP as trusted keys backend
 2023-12-19  0:45 UTC  (2+ messages)

[PATCH] fixing userspace memory dereference in security.c
 2023-12-18 23:06 UTC  (2+ messages)

[PATCH v39 00/42] LSM: General module stacking
 2023-12-18 16:55 UTC  (13+ messages)
` [PATCH v39 20/42] LSM: Use lsmcontext in security_dentry_init_security
` [PATCH v39 35/42] LSM: allocate mnt_opts blobs instead of module specific data
` [PATCH v39 36/42] LSM: Infrastructure management of the key security blob
` [PATCH v39 37/42] LSM: Infrastructure management of the mnt_opts "
` [PATCH v39 38/42] LSM: Correct handling of ENOSYS in inode_setxattr
` [PATCH v39 39/42] LSM: Remove lsmblob scaffolding
` [PATCH v39 40/42] LSM: Allow reservation of netlabel
` [PATCH v39 41/42] LSM: restrict security_cred_getsecid() to a single LSM
` [PATCH v39 42/42] Smack: Remove LSM_FLAG_EXCLUSIVE

[PATCH next] keys/dns: datalen must greater than sizeof(*v1)
 2023-12-16 21:06 UTC  (3+ messages)
` [PATCH V2 next] keys/dns: fix slab-out-of-bounds in dns_resolver_preparse


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