RE: [RFC] Wayland Security Modules

2025-05-22 Thread Sloane, Brandon
ing is the source wl_data_source; this does require explicit compositor support to provide. The wl_surface was relevent for screenshots. -- Brandon > -Original Message- > From: Pekka Paalanen > Sent: Thursday, May 22, 2025 4:58 AM > To: Sloane, Brandon > Cc: wayland-devel

Re: [RFC] Wayland Security Modules

2025-05-21 Thread Sloane, Brandon
s. Ultimately, I think the first question to answer is if there is any appetite to add some form of security modules to libwayland itself. Without being able to hook directly into some core libwayland functions, I think a higher level API would be pretty much forced. ________

RE: [RFC] Wayland Security Modules

2025-05-20 Thread Sloane, Brandon
> -Original Message- > From: Pekka Paalanen > Sent: Tuesday, May 20, 2025 4:58 AM > To: Sloane, Brandon > Cc: wayland-devel@lists.freedesktop.org > Subject: Re: [RFC] Wayland Security Modules > > On Mon, 19 May 2025 15:48:04 + > "Sloane, Brandon&quo

[RFC] Wayland Security Modules

2025-05-19 Thread Sloane, Brandon
Hello, I've spent the past few months prototyping a security modules system for Wayland. Our specific motivation for this is to support SELinux integration to meet some rather unique security requirements. However, what we are proposing here is a rather general purpose security module system th