SELinux Security Module development
 help / color / mirror / Atom feed
 messages from 2022-04-01 09:57:52 to 2022-04-18 15:37:36 UTC [more...]

[PATCH v35 00/29] LSM: Module stacking for AppArmor
 2022-04-18 14:59 UTC  (9+ messages)
  ` [PATCH v35 01/29] integrity: disassociate ima_filter_rule from security_audit_rule
  ` [PATCH v35 02/29] LSM: Infrastructure management of the sock security
  ` [PATCH v35 03/29] LSM: Add the lsmblob data structure
  ` [PATCH v35 04/29] LSM: provide lsm name and id slot mappings
  ` [PATCH v35 05/29] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v35 06/29] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v35 07/29] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v35 08/29] LSM: Use lsmblob in security_secctx_to_secid

[RFC PATCH 0/1] SELinux-namespaces
 2022-04-18  9:45 UTC  (9+ messages)
` [RFC PATCH 0/7] SELinux-namespace
  ` [RFC PATCH 1/7] LSM: Infrastructure management of the superblock
  ` [RFC PATCH 2/7] selinux: support per-namespace superblock security structures
  ` [RFC PATCH 3/7] SELINUXNS: Fix initilization of the superblock security under spinlock
  ` [RFC PATCH 4/7] SELINUXNS: Namespacing for xattrs
  ` [RFC PATCH 5/7] SELINUXNS: Migrate all open files and all vma to new namespace
  ` [RFC PATCH 6/7] SELINUXNS: Fixing superblock security structure memory leakage
  ` [RFC PATCH 7/7] SELINUXNS: Fixing concurrency issues

[PATCH v34 00/29] LSM: Module stacking for AppArmor
 2022-04-15 21:44 UTC  (31+ messages)
  ` [PATCH v34 01/29] integrity: disassociate ima_filter_rule from security_audit_rule
  ` [PATCH v34 02/29] LSM: Infrastructure management of the sock security
  ` [PATCH v34 03/29] LSM: Add the lsmblob data structure
  ` [PATCH v34 04/29] LSM: provide lsm name and id slot mappings
  ` [PATCH v34 05/29] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v34 06/29] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v34 07/29] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v34 08/29] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v34 09/29] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v34 10/29] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v34 11/29] LSM: Use lsmblob in security_current_getsecid
  ` [PATCH v34 12/29] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v34 13/29] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v34 14/29] LSM: Specify which LSM to display
  ` [PATCH v34 15/29] LSM: Ensure the correct LSM context releaser
  ` [PATCH v34 16/29] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v34 17/29] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v34 18/29] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v34 19/29] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v34 20/29] binder: Pass LSM identifier for confirmation
  ` [PATCH v34 21/29] LSM: Extend security_secid_to_secctx to include module selection
  ` [PATCH v34 22/29] Audit: Keep multiple LSM data in audit_names
  ` [PATCH v34 23/29] Audit: Create audit_stamp structure
  ` [PATCH v34 24/29] LSM: Add a function to report multiple LSMs
  ` [PATCH v34 25/29] Audit: Allow multiple records in an audit_buffer
  ` [PATCH v34 26/29] Audit: Add record for multiple task security contexts
  ` [PATCH v34 27/29] Audit: Add record for multiple object contexts
  ` [PATCH v34 28/29] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v34 29/29] AppArmor: Remove the exclusive flag

[PATCH] selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is true
 2022-04-14 23:37 UTC  (4+ messages)

boot failures as of "selinux: checkreqprot is deprecated, add some ssleep() discomfort"
 2022-04-14 23:35 UTC  (5+ messages)

[PATCH 1/3] libselinux: correct parameter type in selabel_open(3)
 2022-04-14 18:53 UTC  (5+ messages)
` [PATCH 2/3] libselinux: free memory on selabel_open(3) failure
` [PATCH 3/3] libselinux: correctly hash specfiles larger than 4G

[PATCH] libsepol/tests: adjust IPv6 netmasks
 2022-04-14 14:25 UTC  (2+ messages)

[PATCH 1/5] libsepol/test Include policydb.h header for policydb_t declaration
 2022-04-14 13:51 UTC  (5+ messages)
` [PATCH 2/5] libsepol/test: Include paired headers for prototypes
` [PATCH 3/5] libsepol/test: Declare file local functions as static
` [PATCH 4/5] libsemanage/tests: "
` [PATCH 5/5] libsemanage/tests: Remove unused functions

[PATCH testsuite v4] tests/sctp: add client peeloff tests
 2022-04-14 12:10 UTC  (2+ messages)

[PATCH testsuite 0/2] Make SCTP and Bluetooth support optional
 2022-04-13 16:48 UTC  (3+ messages)
` [PATCH testsuite 1/2] tests/extended_socket_class: make "
` [PATCH testsuite 2/2] tests: check more thoroughly for SCTP support

ANN: SELinux userspace 3.4-rc1 release candidate
 2022-04-13  8:48 UTC  (2+ messages)
` [HEADS UP MISSING PATCH] Update python library and binding versions to 3.4-rc1

[RFC PATCH 1/4] libsepol/cil: declare file local functions static
 2022-04-12 18:14 UTC  (19+ messages)
` [RFC PATCH 2/4] libsepol/cil: drop unused function cil_tree_error
` [RFC PATCH 3/4] libsepol/cil: post process pirqcon rules
` [RFC PATCH 4/4] Enable missing prototypes
` [PATCH v2 1/6] libsepol/cil: declare file local functions static
  ` [PATCH v2 2/6] libsepol/cil: drop unused function cil_tree_error
  ` [PATCH v2 3/6] libsepol/cil: post process pirqcon rules
  ` [PATCH v2 4/6] libsepol/cil: comment out unused function __cil_verify_rule
  ` [PATCH v2 5/6] libsemanage: ignore missing prototypes in swig generated code
  ` [PATCH v2 6/6] Enable missing prototypes

[PATCH 1/2] libsepol: add sepol_av_perm_to_string
 2022-04-12 18:07 UTC  (4+ messages)
` [RFC PATCH v2 1/4] "

[PATCH v2] libsepol: Replace calls to mallocarray() with calls to calloc()
 2022-04-12 18:06 UTC  (2+ messages)

[PATCH] libselinux/utils: check for valid contexts to improve error causes
 2022-04-12 18:05 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] policycoreutils/setfiles: Improve description of -d switch
 2022-04-12 18:04 UTC  (8+ messages)
  ` [PATCH v2] setfiles.8: -q is deprecated and has no effect
    ` [PATCH v3] "

[PATCH] policycoreutils: drop usage of egrep in fixfiles
 2022-04-12 18:03 UTC  (3+ messages)

[PATCH 1/5] libsepol/cil: declare file local function pointer static
 2022-04-12 18:02 UTC  (8+ messages)
` [PATCH 2/5] libsepol: check correct pointer for oom
` [PATCH 3/5] libsepol: drop unnecessary const discarding casts
` [PATCH 4/5] libselinux: limit has buffer size
` [PATCH 5/5] libsemanage: avoid double fclose

[PATCH] Correct misc typos
 2022-04-12 18:01 UTC  (3+ messages)

[PATCH v34 00/29] LSM: Module stacking for AppArmor
 2022-04-08  5:46 UTC  (33+ messages)
  ` [PATCH v34 01/29] integrity: disassociate ima_filter_rule from security_audit_rule
  ` [PATCH v34 02/29] LSM: Infrastructure management of the sock security
  ` [PATCH v34 03/29] LSM: Add the lsmblob data structure
  ` [PATCH v34 04/29] LSM: provide lsm name and id slot mappings
  ` [PATCH v34 05/29] IMA: avoid label collisions with stacked LSMs
  ` [PATCH v34 06/29] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v34 07/29] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v34 08/29] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v34 09/29] LSM: Use lsmblob in security_secid_to_secctx
  ` [PATCH v34 10/29] LSM: Use lsmblob in security_ipc_getsecid
  ` [PATCH v34 11/29] LSM: Use lsmblob in security_current_getsecid
  ` [PATCH v34 12/29] LSM: Use lsmblob in security_inode_getsecid
  ` [PATCH v34 13/29] LSM: Use lsmblob in security_cred_getsecid
  ` [PATCH v34 14/29] LSM: Specify which LSM to display
  ` [PATCH v34 15/29] LSM: Ensure the correct LSM context releaser
  ` [PATCH v34 16/29] LSM: Use lsmcontext in security_secid_to_secctx
  ` [PATCH v34 17/29] LSM: Use lsmcontext in security_inode_getsecctx
  ` [PATCH v34 18/29] LSM: security_secid_to_secctx in netlink netfilter
  ` [PATCH v34 19/29] NET: Store LSM netlabel data in a lsmblob
  ` [PATCH v34 20/29] binder: Pass LSM identifier for confirmation
  ` [PATCH v34 21/29] LSM: Extend security_secid_to_secctx to include module selection
  ` [PATCH v34 22/29] Audit: Keep multiple LSM data in audit_names
  ` [PATCH v34 23/29] Audit: Create audit_stamp structure
  ` [PATCH v34 24/29] LSM: Add a function to report multiple LSMs
  ` [PATCH v34 25/29] Audit: Allow multiple records in an audit_buffer
  ` [PATCH v34 26/29] Audit: Add record for multiple task security contexts
  ` [PATCH v34 27/29] Audit: Add record for multiple object contexts
  ` [PATCH v34 28/29] LSM: Add /proc attr entry for full LSM context
  ` [PATCH v34 29/29] AppArmor: Remove the exclusive flag

[PATCH V3 Notebook] How to add a new policy capability
 2022-04-07  0:54 UTC  (2+ messages)

[PATCH net] sctp: use the correct skb for security_sctp_assoc_request
 2022-04-06 15:11 UTC  (6+ messages)

[PATCH 1/3] libsemanage: Fix USE_AFTER_FREE (CWE-672) in semanage_direct_get_module_info()
 2022-04-06  9:34 UTC  (5+ messages)
` [PATCH 2/3] semodule_package: Close leaking fd
` [PATCH 3/3] mcstrans: Fir RESOURCE_LEAK and USE_AFTER_FREE coverity scan defects

Translate or not?
 2022-04-06  9:32 UTC  (4+ messages)
` [PATCH] Split po/ translation files into the relevant sub-directories

[PATCH v2] libsemanage: Fall back to semanage_copy_dir when rename() fails
 2022-04-06  9:24 UTC  (5+ messages)
` [PATCH v3] "
` [PATCH v2 3/3] mcstrans: Fir RESOURCE_LEAK and USE_AFTER_FREE coverity scan defects

[PATCH 1/2] libsepol: mark immutable mls and context parameter const
 2022-04-06  9:27 UTC  (3+ messages)

[PATCH] libsepol/cil: silence GCC 12 array-bounds false positive
 2022-04-06  9:25 UTC  (3+ messages)

[PATCH] libsepol: add missing oom checks
 2022-04-06  9:26 UTC  (3+ messages)

[PATCH] firmware_loader: use kernel credentials when reading firmware
 2022-04-05  2:23 UTC  (3+ messages)

[PATCH] github: add some basic GH Actions to build the notebook
 2022-04-04 22:11 UTC  (2+ messages)

[PATCH Notebook] Reference Policy: Module versioning now optional
 2022-04-04 21:34 UTC  (2+ messages)

[PATCH Notebook] SELINUX=disabled is being deprecated
 2022-04-04 21:35 UTC  (2+ messages)

[PATCH Notebook] checkreqprot is being deprecated
 2022-04-04 21:37 UTC  (2+ messages)

[PATCH] optional statement is not valid in if and require statement
 2022-04-04 21:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] selinux: log anon inode class name
 2022-04-04 20:18 UTC  (3+ messages)
` [PATCH v2] "

[RFC PATCH] selinux: runtime disable is deprecated, add some ssleep() discomfort
 2022-04-04 20:23 UTC  (2+ messages)

[RFC PATCH] selinux: checkreqprot is deprecated, add some ssleep() discomfort
 2022-04-04 20:25 UTC  (2+ messages)

[PATCH] Add a file describing the security vulnerability handling process
 2022-04-04 19:32 UTC  (4+ messages)

[PATCH 4/5] selinux: declare data arrays const
 2022-04-04 20:03 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 4/5] selinux: Remove redundant assignments
 2022-04-04 19:51 UTC 

[PATCH V2 Notebook] How to add a new policy capability
 2022-04-04 14:16 UTC  (2+ messages)

[PATCH] sepolgen: Update permission map
 2022-04-01 17:31 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