00:10idkrn[m]: Copy Android and have programs run as their own user as a layer 1 sandbox
00:11idkrn[m]: Doing sudo -u stuff with bwrap is also confusing to me
00:13idkrn[m]: I think I may need bubblewrap in setuid root
00:14idkrn[m]: And just disable unpriv userns
00:14idkrn[m]: Or block the syscall with seccomp
00:14idkrn[m]: There are so many things I have to plan out …
00:19DemiMarie: <idkrn[m]> "Copy Android and have programs..." <- You will need to make sure your compositor respects those restrictions.
00:19idkrn[m]: Oh I didn't know you were in this room lol
00:19idkrn[m]: Is there a config file for that somewhere?
00:20idkrn[m]: If this were as easy as it seems, it would probably have been done already
00:20idkrn[m]: But I'll still try lol
01:18hays: anyone know what ight be going on with this? wl_data_device_interface undefined reference to symbol 'wl_data_device_interface'
01:20hays: trying to determine what i need to link in if anything... but oddly I can't find this function in any of my installed libraries
01:22hays: nevermind... a rebuild of wayland-protocols seems to have fixed it. weird
01:44wlb: weston Issue #708 opened by Thomas Weißschuh (t-8ch) fade animation on window close delays presentation feedback notifications https://gitlab.freedesktop.org/wayland/weston/-/issues/708
15:54hays: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. / Please set them or make sure they are set and tested correctly in the CMake files: / LIB_TMP / linked by target "wayland-egl++" in directory /rk3588/build/waylandpp-1.0.0
15:54hays: i have no idea what this means... anyone seen this before?
16:15bl4ckb0ne: means you're missing a dep
16:21hays: i wonder which one? LIB_TMP isn't a dep
16:37bl4ckb0ne: you'll have to find that
16:38bl4ckb0ne: but it looks like a dep check is not correctly done somewhere
16:54wlb: weston Merge request !1096 opened by Link Mauve (linkmauve) libweston: Optimise matrix multiplication https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1096
18:52wlb: weston Issue #709 opened by Gianluca S. (gianluca.sabena) Explain/document how to enable clipboard sharing with rdp backend https://gitlab.freedesktop.org/wayland/weston/-/issues/709