selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-21 20:02:43 to 2020-07-29 19:13:16 UTC [more...]

[PATCH v3 00/19] Introduce partial kernel_read_file() support
 2020-07-29 19:13 UTC  (51+ messages)
` [PATCH v3 01/19] test_firmware: Test platform fw loading on non-EFI systems
` [PATCH v3 02/19] selftest/firmware: Add selftest timeout in settings
` [PATCH v3 03/19] firmware_loader: EFI firmware loader must handle pre-allocated buffer
` [PATCH v3 04/19] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v3 05/19] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v3 06/19] fs/kernel_read_file: Split into separate include file
` [PATCH v3 07/19] fs/kernel_read_file: Split into separate source file
` [PATCH v3 08/19] fs/kernel_read_file: Remove redundant size argument
` [PATCH v3 09/19] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v3 10/19] fs/kernel_read_file: Add file_size output argument
` [PATCH v3 11/19] LSM: Introduce kernel_post_load_data() hook
` [PATCH v3 12/19] firmware_loader: Use security_post_load_data()
` [PATCH v3 13/19] module: Call security_kernel_post_load_data()
` [PATCH v3 14/19] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v3 15/19] IMA: Add support for file reads without contents
` [PATCH v3 16/19] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v3 17/19] firmware: Store opt_flags in fw_priv
` [PATCH v3 18/19] firmware: Add request_partial_firmware_into_buf()
` [PATCH v3 19/19] test_firmware: Test partial read support

Invalid output by secilc with constraints containing 4 nested OR and a single AND
 2020-07-29 19:05 UTC 

[PATCH v4 00/17] Introduce partial kernel_read_file() support
 2020-07-29 17:58 UTC  (18+ messages)
` [PATCH v4 01/17] test_firmware: Test platform fw loading on non-EFI systems
` [PATCH v4 02/17] fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
` [PATCH v4 03/17] fs/kernel_read_file: Remove FIRMWARE_EFI_EMBEDDED enum
` [PATCH v4 04/17] fs/kernel_read_file: Split into separate include file
` [PATCH v4 05/17] fs/kernel_read_file: Split into separate source file
` [PATCH v4 06/17] fs/kernel_read_file: Remove redundant size argument
` [PATCH v4 07/17] fs/kernel_read_file: Switch buffer size arg to size_t
` [PATCH v4 08/17] fs/kernel_read_file: Add file_size output argument
` [PATCH v4 09/17] LSM: Introduce kernel_post_load_data() hook
` [PATCH v4 10/17] firmware_loader: Use security_post_load_data()
` [PATCH v4 11/17] module: Call security_kernel_post_load_data()
` [PATCH v4 12/17] LSM: Add "contents" flag to kernel_read_file hook
` [PATCH v4 13/17] IMA: Add support for file reads without contents
` [PATCH v4 14/17] fs/kernel_file_read: Add "offset" arg for partial reads
` [PATCH v4 15/17] firmware: Store opt_flags in fw_priv
` [PATCH v4 16/17] firmware: Add request_partial_firmware_into_buf()
` [PATCH v4 17/17] test_firmware: Test partial read support

[PATCH 0/3] fs: reduce export usage of kerne_read*() calls
 2020-07-29  1:20 UTC  (7+ messages)

[PATCH v19 00/23] LSM: Module stacking for AppArmor
 2020-07-29  0:30 UTC  (40+ messages)
  ` [PATCH v19 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v19 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v19 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v19 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v19 05/23] net: Prepare UDS for security module stacking
  ` [PATCH v19 06/23] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v19 07/23] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v19 08/23] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v19 09/23] LSM: Use lsmblob in security_task_getsecid
  ` [PATCH v19 10/23] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v19 11/23] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v19 12/23] IMA: Change internal interfaces to use lsmblobs
  ` [PATCH v19 13/23] LSM: Specify which LSM to display
  ` [PATCH v19 14/23] LSM: Ensure the correct LSM context releaser
  ` [PATCH v19 15/23] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v19 16/23] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v19 17/23] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v19 18/23] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v19 19/23] LSM: Verify LSM display sanity in binder
  ` [PATCH v19 20/23] Audit: Add new record for multiple process LSM attributes
  ` [PATCH v19 21/23] Audit: Add a new record for multiple object "
  ` [PATCH v19 22/23] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v19 23/23] AppArmor: Remove the exclusive flag

[PATCH v2] Improve network_support.md
 2020-07-28 22:00 UTC  (14+ messages)

[PATCH] selinux: encapsulate policy-dependent state
 2020-07-28 17:19 UTC 

[PATCH] selinux: add tracepoint on denials
 2020-07-28 16:20 UTC  (14+ messages)

[PATCH v2] selinux: add tracepoint on denials
 2020-07-28 13:01 UTC 

[PATCH] selinux-testsuite: Review and update SCTP tests
 2020-07-28  8:02 UTC  (2+ messages)

[SELinux-notebook PATCH v7] objects.md: some clarifications
 2020-07-28  2:17 UTC  (24+ messages)
` [SELinux-notebook PATCH v8] "
    ` [SELinux-notebook PATCH v9] "

[RFC PATCH] Improve getcon man page
 2020-07-27 13:38 UTC  (2+ messages)

File context rule not working
 2020-07-26 18:52 UTC  (5+ messages)

[PATCH] Improve network_support.md
 2020-07-26 15:16 UTC  (2+ messages)

[PATCH v4] libselinux: use kernel status page by default
 2020-07-24 20:25 UTC  (10+ messages)

getcon family: returning success while context is NULL
 2020-07-24 13:13 UTC  (2+ messages)

[PATCH v3] libselinux: use kernel status page by default
 2020-07-24 12:18 UTC  (3+ messages)

[PATCH v18 00/23] LSM: Module stacking for AppArmor
 2020-07-24  1:08 UTC  (4+ messages)
` [PATCH v18 22/23] LSM: Add /proc attr entry for full LSM context

[SELinux-notebook PATCH] lsm_selinux: document genfs_seclabel_symlinks policy capability
 2020-07-23  1:54 UTC  (4+ messages)
` [SELinux-notebook PATCH v2] "

[PATCH v5 0/2] userspace: Implement new format of filename trans rules
 2020-07-22 22:15 UTC  (4+ messages)
` [PATCH v5 1/2] libsepol,checkpolicy: optimize storage of filename transitions

[PATCH v8 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
 2020-07-22 11:30 UTC  (10+ messages)

[RESEND] [PATCHv4 1/2] uapi: fuse: Add FUSE_SECURITY_CTX
 2020-07-22  9:07 UTC  (2+ messages)
` [RESEND] [PATCHv4 2/2] fuse: Call security hooks on new inodes

[PATCH 00/13] Introduce partial kernel_read_file() support
 2020-07-21 21:50 UTC  (4+ messages)
` [PATCH 06/13] fs/kernel_read_file: Remove redundant size argument

[SELinux-notebook PATCH v4] adds CIL policy with makefile
 2020-07-21 21:08 UTC  (6+ messages)
` [SELinux-notebook PATCH v5] "

[SELinux-notebook PATCH] object_classes_permissions: describe bpf and perfmon capabilities
 2020-07-21 21:04 UTC  (3+ 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).