ChanServ changed the topic of #wayland to: https://wayland.freedesktop.org | Discussion about the Wayland protocol and its implementations, plus libinput | register your nick to speak
<idkrn[m]>
Copy Android and have programs run as their own user as a layer 1 sandbox
<idkrn[m]>
Doing sudo -u stuff with bwrap is also confusing to me
<idkrn[m]>
I think I may need bubblewrap in setuid root
<idkrn[m]>
And just disable unpriv userns
<idkrn[m]>
Or block the syscall with seccomp
<idkrn[m]>
There are so many things I have to plan out …
molinari has quit [Ping timeout: 480 seconds]
<DemiMarie>
<idkrn[m]> "Copy Android and have programs..." <- You will need to make sure your compositor respects those restrictions.
<idkrn[m]>
Oh I didn't know you were in this room lol
<idkrn[m]>
Is there a config file for that somewhere?
<idkrn[m]>
If this were as easy as it seems, it would probably have been done already
hardening has quit [Ping timeout: 480 seconds]
<idkrn[m]>
But I'll still try lol
<hays>
anyone know what ight be going on with this? wl_data_device_interface undefined reference to symbol 'wl_data_device_interface'
<hays>
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
<hays>
nevermind... a rebuild of wayland-protocols seems to have fixed it. weird
Leopold_ has quit [Remote host closed the connection]
Brainium has quit [Quit: Konversation terminated!]
cool110 has quit [Remote host closed the connection]
cool110 has joined #wayland
julio7359 has quit [Ping timeout: 480 seconds]
dcz_ has quit [Ping timeout: 480 seconds]
pbsds0 has quit []
pbsds has joined #wayland
julio7359 has joined #wayland
floof58 has quit [Remote host closed the connection]
floof58 has joined #wayland
smallville7123 has quit [Ping timeout: 480 seconds]
nerdopolis has quit [Ping timeout: 480 seconds]
riverdc has quit []
riverdc has joined #wayland
bcheng has quit [Remote host closed the connection]
bcheng has joined #wayland
julio7359 has quit [Remote host closed the connection]
julio7359 has joined #wayland
julio7359 has quit [Remote host closed the connection]
kts has joined #wayland
jgrulich has joined #wayland
radu24284303951534727071489559 has joined #wayland
Company has quit [Quit: Leaving]
dcz_ has joined #wayland
radu24284303951534727071489559 has quit []
jgrulich has quit [Remote host closed the connection]
jgrulich has joined #wayland
radu24284303951534727071489559 has joined #wayland
danvet has joined #wayland
hardening has joined #wayland
radu24284303951534727071489559 has quit []
radu24284303951534727071489559 has joined #wayland
radu24284303951534727071489559 has quit []
radu24284303951534727071489559 has joined #wayland
radu24284303951534727071489559 has quit []
tzimmermann has joined #wayland
agd5f has quit [Ping timeout: 480 seconds]
ChengAnXu has joined #wayland
rasterman has joined #wayland
radu24284303951534727071489559 has joined #wayland
radu24284303951534727071489559 has quit []
radu24284303951534727071489559 has joined #wayland
radu24284303951534727071489559 has quit []
Lucretia has quit [Read error: No route to host]
Lucretia has joined #wayland
radu24284303951534727071489559 has joined #wayland
radu24284303951534727071489559 has quit [Ping timeout: 480 seconds]
radu24284303951534727071489559 has joined #wayland
radu24284303951534727071489559 has quit []
radu24284303951534727071489559 has joined #wayland
radu24284303951534727071489559 has quit []
sozuba has joined #wayland
sozuba has quit []
Fxzxmic has joined #wayland
Fxzx_mic has joined #wayland
Fxzxmic has quit [Ping timeout: 480 seconds]
kts has quit [Remote host closed the connection]
kts has joined #wayland
devilhorns has joined #wayland
molinari has joined #wayland
systwi has quit [Read error: Connection reset by peer]
systwi has joined #wayland
wlb has quit [Quit: Leaving.]
Leopold_ has joined #wayland
___nick___ has joined #wayland
floof58 is now known as Guest56
floof58 has joined #wayland
Guest56 has quit [Ping timeout: 480 seconds]
manuel1985 has joined #wayland
___nick___ has quit []
___nick___ has joined #wayland
___nick___ has quit []
kts has quit [Quit: Leaving]
___nick___ has joined #wayland
ChengAnXu has quit []
kts has joined #wayland
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #wayland
manuel1985 has quit [Ping timeout: 480 seconds]
kts has quit [Remote host closed the connection]
kts has joined #wayland
kts has quit [Quit: Leaving]
molinari has quit [Ping timeout: 480 seconds]
zmike has joined #wayland
floof58 is now known as Guest63
floof58 has joined #wayland
manuel1985 has joined #wayland
Guest63 has quit [Ping timeout: 480 seconds]
rv1sr has joined #wayland
nerdopolis has joined #wayland
Company has joined #wayland
molinari has joined #wayland
devilhorns has quit [Remote host closed the connection]
devilhorns has joined #wayland
ppascher has quit [Quit: Gateway shutdown]
ppascher has joined #wayland
Fxzx_mic has quit []
agd5f has joined #wayland
manuel1985 has quit [Ping timeout: 480 seconds]
radu24284303951534727071489559 has joined #wayland
floof58 is now known as Guest67
floof58 has joined #wayland
radu24284303951534727071489559 has quit []
radu24284303951534727071489559 has joined #wayland
radu24284303951534727071489559 has quit []
Guest67 has quit [Ping timeout: 480 seconds]
radu24284303951534727071489559 has joined #wayland
<hays>
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
<hays>
i have no idea what this means... anyone seen this before?
radu24284303951534727071489559 has quit []
<bl4ckb0ne>
means you're missing a dep
<hays>
i wonder which one? LIB_TMP isn't a dep
<bl4ckb0ne>
you'll have to find that
<bl4ckb0ne>
but it looks like a dep check is not correctly done somewhere