SELinux Security Module development
 help / color / mirror / Atom feed
 messages from 2023-08-09 17:28:32 to 2023-08-30 00:24:13 UTC [more...]

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-08-30  0:19 UTC  (3+ messages)
` [PATCH v2 08/92] fs: new helper: simple_rename_timestamp

[GIT PULL] SELinux patches for v6.6
 2023-08-29 23:06 UTC 

[pcmoore-selinux:main 1/1] README.orig: warning: ignored by one of the .gitignore files
 2023-08-29 19:12 UTC 

[PATCH v14 10/11] SELinux: Add selfattr hooks
 2023-08-28 19:58 UTC 

[PATCH v13 10/11] SELinux: Add selfattr hooks
 2023-08-25 15:00 UTC  (3+ messages)

[PATCH] lsm: constify the 'mm' parameter in security_vm_enough_memory_mm()
 2023-08-24 13:03 UTC  (3+ messages)

[PATCH] lsm: constify 'mnt_opts' parameter in security_free_mnt_opts()
 2023-08-23 17:21 UTC  (2+ messages)

[PATCH] lsm: constify 'sb' parameter in security_sb_remount()
 2023-08-23 12:44 UTC  (2+ messages)

[PATCH] lsm: constify 'sb' parameter in security_sb_kern_mount()
 2023-08-23  9:01 UTC 

[PATCH] lsm: constify 'bprm' parameter in security_bprm_committed_creds()
 2023-08-23  8:16 UTC 

[PATCH] lsm: constify 'bprm' parameter in security_bprm_committing_creds()
 2023-08-23  7:47 UTC 

[PATCH] lsm: constify 'sb' parameter in security_quotactl()
 2023-08-23  6:44 UTC 

Re; Interest,
 2023-08-23  2:01 UTC 

[GIT PULL] SELinux fixes for v6.5 (#1)
 2023-08-22 18:01 UTC  (2+ messages)

Investment Consultation
 2023-08-20 11:49 UTC 

[PATCH] selinux: set next pointer before attaching to list
 2023-08-18 20:13 UTC  (2+ messages)

[PATCH] secilc/docs: fixes filecon example
 2023-08-18 18:19 UTC 

[PATCH] selinux: Annotate struct sidtab_str_cache with __counted_by
 2023-08-18 17:33 UTC  (4+ messages)

[PATCH] selinux: reject invalid ebitmaps
 2023-08-18 15:29 UTC 

[PATCH bpf-next v14 0/4] bpf: Force to MPTCP
 2023-08-18 15:26 UTC  (9+ messages)
` [PATCH bpf-next v14 1/4] bpf: Add update_socket_protocol hook
` [PATCH bpf-next v14 2/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH bpf-next v14 3/4] selftests/bpf: Fix error checks of mptcp open_and_load
` [PATCH bpf-next v14 4/4] selftests/bpf: Add mptcpify test

[PATCH 2/6] selinux: dump statistics for more hash tables
 2023-08-18 15:12 UTC  (6+ messages)
` [PATCH 3/6] selinux: improve debug configuration
` [PATCH 4/6] selinux: simplify avtab slot calculation
` [PATCH 5/6] selinux: improve role transition hashing
` [PATCH 6/6] selinux: improve symtab string hashing
` [PATCH 1/6] selinux: print sum of chain lengths^2 for hash tables

[PATCH v3 2/7] selinux: use u32 as bit type in ebitmap code
 2023-08-18 13:55 UTC  (4+ messages)

[PATCH] libsepol: Fix the version number for the latest exported function
 2023-08-17  7:42 UTC  (2+ messages)

[PATCH 0/9 v4] Add CIL Deny Rule
 2023-08-16 18:26 UTC  (18+ messages)
` [PATCH 1/9 v4] libsepol/cil: Parse and add deny rule to AST, but do not process
` [PATCH 2/9 v4] libsepol/cil: Add cil_list_is_empty macro
` [PATCH 3/9 v4] libsepol/cil: Add cil_tree_node_remove function
` [PATCH 4/9 v4] libsepol/cil: Process deny rules
` [PATCH 5/9 v4] libsepol/cil: Add cil_write_post_ast function
` [PATCH 6/9 v4] libsepol: Export the "
` [PATCH 7/9 v4] secilc/secil2tree: Add option to write CIL AST after post processing
` [PATCH 8/9 v4] secilc/test: Add deny rule tests
` [PATCH 9/9 v4] secilc/docs: Add deny rule to CIL documentation

[PATCH] checkpolicy: Remove support for role dominance rules
 2023-08-16 17:48 UTC  (4+ messages)

[PATCH] Do not automatically install Russian translations
 2023-08-16 17:40 UTC  (3+ messages)

[PATCH 01/12] checkpolicy: Remove the Russian translations
 2023-08-16 17:39 UTC  (8+ messages)
` [PATCH 12/12] semodule-utils: "

[PATCH] libsemanage/tests: use strict prototypes
 2023-08-16 17:38 UTC  (3+ messages)

[PATCH] libsepol: ebitmap: avoid branches for iteration
 2023-08-16 17:37 UTC  (3+ messages)

[PATCH 1/5] libsepol: include length squared in hashtab_hash_eval()
 2023-08-16 12:38 UTC  (5+ messages)
` [PATCH 2/5] libsepol: use DJB2a string hash function
` [PATCH 3/5] libsepol/cil: "
` [PATCH 4/5] libselinux: "
` [PATCH 5/5] newrole: "

[PATCH 0/1] netlabel: KMSAN warning
 2023-08-16  7:05 UTC  (7+ messages)
` [PATCH 1/1] selinux: netlabel: Prevent KMSAN warning in selinux_inet_conn_request()

[PATCH] lsm: constify the 'file' parameter in security_binder_transfer_file()
 2023-08-15 20:04 UTC  (2+ messages)

[PATCH mptcp-next v13 0/4] bpf: Force to MPTCP
 2023-08-15 18:57 UTC  (8+ messages)
` [PATCH mptcp-next v13 1/4] bpf: Add update_socket_protocol hook
` [PATCH mptcp-next v13 2/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH mptcp-next v13 3/4] selftests/bpf: Fix error checks of mptcp open_and_load
` [PATCH mptcp-next v13 4/4] selftests/bpf: Add mptcpify test

AWS RHEL Image / SplunkWeb / SELinux
 2023-08-15 11:57 UTC 

AWS RHEL Image / SplunkWeb / SELinux
 2023-08-15  2:51 UTC 

[PATCH] secilc: Use versioned DocBook public identifier
 2023-08-14 15:07 UTC 

[RFC PATCH v2 00/27] libselinux: rework selabel_file(5) database
 2023-08-14 13:20 UTC  (27+ messages)
` [RFC PATCH v2 01/27] libselinux/utils: update selabel_partial_match
` [RFC PATCH v2 02/27] libselinux: misc label cleanup
` [RFC PATCH v2 03/27] libselinux: drop obsolete optimization flag
` [RFC PATCH v2 04/27] libselinux: drop unnecessary warning overrides
` [RFC PATCH v2 05/27] setfiles: do not issue AUDIT_FS_RELABEL on dry run
` [RFC PATCH v2 06/27] libselinux: cast to unsigned char for character handling function
` [RFC PATCH v2 07/27] libselinux: constify selabel_cmp(3) parameters
` [RFC PATCH v2 08/27] libselinux: introduce reallocarray(3)
` [RFC PATCH v2 09/27] libselinux: simplify zeroing allocation
` [RFC PATCH v2 10/27] libselinux: introduce selabel_nuke
` [RFC PATCH v2 11/27] libselinux/utils: use type safe union assignment
` [RFC PATCH v2 12/27] libselinux: avoid regex serialization truncations
` [RFC PATCH v2 13/27] libselinux/utils: introduce selabel_compare
` [RFC PATCH v2 14/27] libselinux: parameter simplifications
` [RFC PATCH v2 15/27] libselinux/utils: use correct type for backend argument
` [RFC PATCH v2 16/27] libselinux: update string_to_mode()
` [RFC PATCH v2 17/27] libselinux: remove SELABEL_OPT_SUBSET support from selabel_file(5)
` [RFC PATCH v2 18/27] libselinux: fix logic for building android backend
` [RFC PATCH v2 19/27] libselinux: avoid unused function
` [RFC PATCH v2 20/27] libselinux: check for stream rewind failures
` [RFC PATCH v2 21/27] libselinux: simplify internal selabel_validate prototype
` [RFC PATCH v2 22/27] libselinux/utils: drop include of internal header file
` [RFC PATCH v2 23/27] libselinux: free elements on read_spec_entries() failure
` [RFC PATCH v2 24/27] libselinux: set errno on label lookup failure
` [RFC PATCH v2 26/27] libselinux: remove unused hashtab code
` [RFC PATCH v2 27/27] libselinux: add selabel_file(5) fuzzer

[RFC PATCH 00/24] libselinux: rework selabel_file(5) database
 2023-08-11 20:00 UTC  (25+ messages)
` [RFC PATCH 01/24] libselinux/utils: update selabel_partial_match
` [RFC PATCH 02/24] libselinux: misc label cleanup
` [RFC PATCH 03/24] libselinux: drop obsolete optimization flag
` [RFC PATCH 04/24] libselinux: drop unnecessary warning overrides
` [RFC PATCH 05/24] setfiles: do not issue AUDIT_FS_RELABEL on dry run
` [RFC PATCH 06/24] libselinux: cast to unsigned char for character handling function
` [RFC PATCH 07/24] libselinux: constify selabel_cmp(3) parameters
` [RFC PATCH 08/24] libselinux: introduce reallocarray(3)
` [RFC PATCH 09/24] libselinux: simplify zeroing allocation
` [RFC PATCH 10/24] libselinux: introduce selabel_nuke
` [RFC PATCH 11/24] libselinux/utils: use type safe union assignment
` [RFC PATCH 12/24] libselinux: avoid regex serialization truncations
` [RFC PATCH 13/24] libselinux/utils: introduce selabel_compare
` [RFC PATCH 14/24] libselinux: parameter simplifications
` [RFC PATCH 15/24] libselinux/utils: use correct type for backend argument
` [RFC PATCH 16/24] libselinux: update string_to_mode()
` [RFC PATCH 17/24] libselinux: remove SELABEL_OPT_SUBSET support from selabel_file(5)
` [RFC PATCH 18/24] libselinux: fix logic for building android backend
` [RFC PATCH 19/24] libselinux: avoid unused function
` [RFC PATCH 20/24] libselinux: check for stream rewind failures
` [RFC PATCH 21/24] libselinux: simplify internal selabel_validate prototype
` [RFC PATCH 22/24] libselinux/utils: drop include of internal header file
` [RFC PATCH 24/24] libselinux: remove unused hashtab code

[PATCH v3 1/8] libsepol: refactor ebitmap conversion in link.c
 2023-08-11 19:48 UTC  (5+ messages)
` [PATCH v3 4/8] checkpolicy: add front-end support for segregate attributes

[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
 2023-08-11 18:50 UTC  (9+ messages)
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp

[PATCH v9] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2023-08-11 14:19 UTC  (6+ messages)

[PATCH 1/4] libselinux/utils: update selabel_partial_match
 2023-08-11 13:13 UTC  (4+ messages)
` [PATCH 3/4] libselinux: drop obsolete optimization flag

[PATCH 00/13 v2] Remove the Russian translations
 2023-08-11 10:11 UTC  (14+ messages)
` [PATCH 01/13 v2] checkpolicy: "
` [PATCH 02/13 v2] gui: "
` [PATCH 03/13 v2] libselinux: "
` [PATCH 04/13 "
` [PATCH 05/13 v2] libsemanage: "
` [PATCH 06/13 v2] libsepol: "
` [PATCH 07/13 v2] mcstrans: "
` [PATCH 08/13 v2] policycoreutils: "
` [PATCH 10/13 v2] python: "
` [PATCH 11/13 v2] restorecond: "
` [PATCH 12/13 v2] sandbox: "
` [PATCH 13/13 v2] semodule-utils: "

[PATCH v1 0/2] Add LSM access controls for io_uring_setup
 2023-08-10 12:27 UTC  (11+ messages)

[PATCH v3 7/7] selinux: use unsigned iterator in nlmsgtab code
 2023-08-09 23:07 UTC  (2+ messages)

[PATCH v3 6/7] selinux: avoid implicit conversions in policydb code
 2023-08-09 23:07 UTC  (2+ messages)

[PATCH v3 4/7] selinux: make left shifts well defined
 2023-08-09 23:07 UTC  (2+ messages)

[PATCH v3 5/7] selinux: avoid implicit conversions in selinuxfs code
 2023-08-09 23:07 UTC  (2+ messages)

[PATCH v3 3/7] selinux: update type for number of class permissions in services code
 2023-08-09 23:07 UTC  (2+ messages)

[PATCH v3 1/7] selinux: avoid implicit conversions in avtab code
 2023-08-09 23:07 UTC  (2+ messages)

[PATCH 0/7 v2] Add support for notself and other to CIL
 2023-08-09 20:40 UTC  (8+ messages)
` [PATCH 1/7 v2] libsepol: Changes to ebitmap.h to fix compiler warnings
` [PATCH 2/7 v2] libsepol/cil: Do not call ebitmap_init twice for an ebitmap
` [PATCH 3/7 v2] libsepol/cil: Add notself and other support to CIL
` [PATCH 4/7 v2] libsepol: update CIL generation for trivial not-self rules
` [PATCH 5/7 v2] libsepol: Use ERR() instead of log_err()
` [PATCH 6/7 v2] secilc/docs: Add notself and other keywords to CIL documentation
` [PATCH 7/7 v2] secilc/test: Add notself and other tests


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox