linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-12 14:58:17 to 2023-06-23 19:32:54 UTC [more...]

[PATCH v11 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
 2023-06-23 19:32 UTC  (2+ messages)

[PATCH v2 0/6] Landlock: ioctl support
 2023-06-23 16:37 UTC  (9+ messages)
` [PATCH v2 1/6] landlock: Increment Landlock ABI version to 4
` [PATCH v2 2/6] landlock: Add LANDLOCK_ACCESS_FS_IOCTL access right
` [PATCH v2 3/6] selftests/landlock: Test ioctl support
` [PATCH v2 4/6] selftests/landlock: Test ioctl with memfds
` [PATCH v2 5/6] samples/landlock: Add support for LANDLOCK_ACCESS_FS_IOCTL
` [PATCH v2 6/6] landlock: Document ioctl support

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-23 16:13 UTC  (36+ messages)

[PATCH 07/11] sysctl: Add size to register_sysctl
 2023-06-23 15:20 UTC  (15+ messages)
  ` [PATCH 08/11] sysctl: Add size to register_sysctl_init
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[PATCH v11 00/12] Network support for Landlock
 2023-06-23 14:35 UTC  (23+ messages)
` [PATCH v11 11/12] samples/landlock: Add network demo
` [PATCH v11 12/12] landlock: Document Landlock's network support

[PATCH 76/79] apparmor: switch to new ctime accessors
 2023-06-23 14:15 UTC  (6+ messages)
  ` [PATCH 77/79] security: "
    ` [PATCH 01/79] fs: add ctime accessors infrastructure
    ` [PATCH 00/79] fs: new accessors for inode->i_ctime

[QUESTION] Full user space process isolation?
 2023-06-22 14:42 UTC 

[PATCH v3 bpf-next 00/14] BPF token
 2023-06-21 23:38 UTC  (15+ messages)
` [PATCH v3 bpf-next 01/14] bpf: introduce BPF token object
` [PATCH v3 bpf-next 02/14] libbpf: add bpf_token_create() API
` [PATCH v3 bpf-next 03/14] selftests/bpf: add BPF_TOKEN_CREATE test
` [PATCH v3 bpf-next 04/14] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v3 bpf-next 05/14] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v3 bpf-next 06/14] selftests/bpf: add BPF token-enabled test for BPF_MAP_CREATE command
` [PATCH v3 bpf-next 07/14] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v3 bpf-next 08/14] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v3 bpf-next 09/14] selftests/bpf: add BPF token-enabled BPF_BTF_LOAD selftest
` [PATCH v3 bpf-next 10/14] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v3 bpf-next 11/14] bpf: take into account BPF token when fetching helper protos
` [PATCH v3 bpf-next 12/14] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v3 bpf-next 13/14] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v3 bpf-next 14/14] selftests/bpf: add BPF token-enabled BPF_PROG_LOAD tests

[PATCH] capabilities: fix sparse warning about __user access
 2023-06-21 13:43 UTC  (4+ messages)

[PATCH -next] trusted-keys: Fix kernel-doc warnings in trusted-keys
 2023-06-21 13:33 UTC  (2+ messages)

[PATCH -next] device_cgroup: Fix kernel-doc warnings in device_cgroup
 2023-06-21 13:31 UTC  (2+ messages)

[RFC 0/4] Landlock: ioctl support
 2023-06-21  9:17 UTC  (16+ messages)
` [RFC 1/4] landlock: Increment Landlock ABI version to 4
` [RFC 2/4] landlock: Add LANDLOCK_ACCESS_FS_IOCTL access right
` [RFC 3/4] selftests/landlock: Test ioctl support

[PATCH v2] LSM: SafeSetID: fix UID printed instead of GID
 2023-06-21  7:37 UTC  (7+ messages)

[PATCH net-next] netlabel: Reorder fields in 'struct netlbl_domaddr6_map'
 2023-06-21  3:40 UTC  (5+ messages)

[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-06-20 23:40 UTC  (6+ messages)

[PATCH v2 0/5] Reduce overhead of LSMs with static calls
 2023-06-20 21:53 UTC  (17+ messages)
` [PATCH v2 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v2 2/5] security: Count the LSMs enabled at compile time
` [PATCH v2 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v2 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v2 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY

[PATCH v11 00/11] LSM: Three basic syscalls
 2023-06-19 20:03 UTC  (14+ messages)
  ` [PATCH v11 01/11] LSM: Identify modules by more than name
  ` [PATCH v11 02/11] LSM: Maintain a table of LSM attribute data
  ` [PATCH v11 03/11] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v11 04/11] LSM: syscalls for current process attributes
  ` [PATCH v11 05/11] LSM: Create lsm_list_modules system call
  ` [PATCH v11 06/11] LSM: wireup Linux Security Module syscalls
  ` [PATCH v11 07/11] LSM: Helpers for attribute names and filling lsm_ctx
  ` [PATCH v11 08/11] Smack: implement setselfattr and getselfattr hooks
  ` [PATCH v11 09/11] AppArmor: Add selfattr hooks
  ` [PATCH v11 10/11] SELinux: "
  ` [PATCH v11 11/11] LSM: selftests for Linux Security Module syscalls

[PATCH v3 00/57] Scope-based Resource Management
 2023-06-16 22:41 UTC  (45+ messages)
` [PATCH v3 01/57] dmaengine: ioat: Free up __cleanup() name
` [PATCH v3 02/57] apparmor: "
` [PATCH v3 03/57] locking: Introduce __cleanup() based infrastructure
` [PATCH v3 04/57] kbuild: Drop -Wdeclaration-after-statement
` [PATCH v3 08/57] sched: Simplify wake_up_if_idle()
` [PATCH v3 26/57] perf: Simplify event_function*()
` [PATCH v3 28/57] perf; Simplify event_sched_in()
` [PATCH v3 33/57] perf: Simplify perf_adjust_freq_unthr_context()
` [PATCH v3 45/57] perf: Simplify perf_event_parse_addr_filter()
` [PATCH v3 46/57] perf: Simplify pmu_dev_alloc()
` [PATCH v3 56/57] perf: Simplify perf_pmu_output_stop()

Faktoring
 2023-06-16  7:55 UTC 

[syzbot] [lsm?] [keyrings?] kernel BUG in assoc_array_insert (3)
 2023-06-16  5:16 UTC 

[PATCH v10 00/11] LSM: Three basic syscalls
 2023-06-15 15:29 UTC  (12+ messages)
` [PATCH v10 03/11] proc: Use lsmids instead of lsm names for attrs
` [PATCH v10 04/11] LSM: syscalls for current process attributes
` [PATCH v10 05/11] LSM: Create lsm_list_modules system call
` [PATCH v10 07/11] LSM: Helpers for attribute names and filling lsm_ctx
` [PATCH v10 08/11] Smack: implement setselfattr and getselfattr hooks

[PATCH v2 0/8] fs: add some missing ctime updates
 2023-06-15 10:14 UTC  (5+ messages)
` [PATCH v2 3/8] autofs: set ctime as well when mtime changes on a dir
  ` (subset) "

[PATCH] integrity: Fix possible multiple allocation in integrity_inode_get()
 2023-06-15  9:08 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v12 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-14 23:55 UTC  (5+ messages)
` [PATCH v12 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v12 4/4] evm: Support multiple LSMs providing an xattr

[PATCH] security: keys: Modify mismatched function name
 2023-06-14 21:52 UTC  (2+ messages)

[PATCH] apparmor: use passed in gfp flags in aa_alloc_null()
 2023-06-14 13:02 UTC 

[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-06-13 22:03 UTC  (12+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "

[PATCH v2 0/6] Landlock support for UML
 2023-06-12 19:31 UTC  (8+ messages)
` [PATCH v2 1/6] hostfs: Fix ephemeral inodes
` [PATCH v2 2/6] selftests/landlock: Don't create useless file layouts
` [PATCH v2 3/6] selftests/landlock: Add supports_filesystem() helper
` [PATCH v2 4/6] selftests/landlock: Make mounts configurable
` [PATCH v2 5/6] selftests/landlock: Add tests for pseudo filesystems
` [PATCH v2 6/6] selftests/landlock: Add hostfs tests

[PATCH v1 0/5] Landlock support for UML
 2023-06-12 15:14 UTC  (4+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[PATCH] Add a sysctl option to disable bpf offensive helpers
 2023-06-12 15:01 UTC  (2+ 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 NNTP newsgroup(s).