Linux-Security-Module Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-24 03:35:59 to 2024-01-11 02:26:15 UTC [more...]

[PATCH v2] selftests/move_mount_set_group:Make tests build with old libc
 2024-01-11  2:25 UTC  (3+ messages)
  ` 回复: "

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-11  0:46 UTC  (6+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links
` [PATCH 2/3] arch and include: "
` [PATCH 3/3] treewide: Update LLVM Bugzilla links

[PATCH bpf-next 00/29] BPF token
 2024-01-11  0:42 UTC  (52+ 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 "

[PATCH v4 0/6] querying mount attributes
 2024-01-11  0:32 UTC  (6+ messages)
` [PATCH v4 5/6] add listmount(2) syscall
` [PATCH v4 6/6] wire up syscalls for statmount/listmount

[GIT PULL] lsm/lsm-pr-20240105
 2024-01-10 21:20 UTC  (7+ messages)

[PATCH] selftests/landlock:Fix two build issues
 2024-01-10 17:45 UTC  (2+ messages)

[PATCH v5 bpf-next 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
 2024-01-10 16:14 UTC  (9+ messages)

[PATCH] kernel: capability: Remove unnecessary ‘0’ values from ret
 2024-01-10 15:47 UTC  (2+ messages)

[RFC 0/9] Nginx refcount scalability issue with Apparmor enabled and potential solutions
 2024-01-10 11:18 UTC  (10+ messages)
` [RFC 1/9] doc: Add document for apparmor refcount management
` [RFC 2/9] apparmor: Switch labels to percpu refcount in atomic mode
` [RFC 3/9] apparmor: Switch unconfined namespaces refcount to percpu mode
` [RFC 4/9] apparmor: Add infrastructure to reclaim percpu labels
` [RFC 5/9] apparmor: Switch intree labels to percpu mode
` [RFC 6/9] apparmor: Initial prototype for optimizing ref switch
` [RFC 7/9] percpu-rcuref: Add basic infrastructure
` [RFC 8/9] apparmor: Switch labels to percpu rcurefcount in unmanaged mode
` [RFC 9/9] apparmor: Switch unconfined and in tree labels to managed ref mode

[PATCH] selftests/move_mount_set_group:Make tests build with old libc
 2024-01-10  6:40 UTC 

[GIT PULL] Landlock updates for v6.8
 2024-01-09 21:40 UTC  (2+ messages)

[GIT PULL] selinux/selinux-pr-20240105
 2024-01-09 21:40 UTC  (2+ messages)

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

[PATCH] apparmor: Fix memory leak in unpack_profile()
 2024-01-09  9:48 UTC  (2+ messages)

[PATCH] integrity: don't throw an error immediately when failed to add a cert to the .machine keyring
 2024-01-09  0:30 UTC  (12+ messages)
  `  "
      `  "
` [PATCH v2] integrity: eliminate unnecessary "Problem loading X.509 certificate" msg

Post Compile-Time RandStruct
 2024-01-08 17:44 UTC  (2+ messages)

[RFC V2] IMA Log Snapshotting Design Proposal
 2024-01-08 17:15 UTC  (18+ messages)

[RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace
 2024-01-08 16:34 UTC  (14+ messages)
` [RFC PATCH v3 3/3] devguard: added device guard for mknod in non-initial userns

[PATCH 00/13] Implement Trusted Security Event Modeling
 2024-01-08 11:43 UTC  (9+ messages)
` [PATCH 02/13] Add TSEM specific documentation
  ` [PATCH 2/13] "

[PATCH v3 0/4] arch/x86: Remove unnecessary dependencies on bootparam.h
 2024-01-08  9:03 UTC  (7+ 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

[RFC PATCH v1 0/7] Landlock audit support
 2024-01-05 22:13 UTC  (8+ messages)
` [RFC PATCH v1 3/7] landlock: Log ruleset creation and release
          `  "

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 v3] selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
 2024-01-04 21:57 UTC  (3+ messages)

[PATCH v5 0/4] vduse: add support for networking devices
 2024-01-04 10:14 UTC  (5+ messages)
` [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  (19+ 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: "

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

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


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 read-only IMAP folder(s) and NNTP newsgroup(s).