linuxmint / warpinator

Share files across the LAN
GNU General Public License v3.0
1.17k stars 80 forks source link

Implement write isolation of the incoming folder. #160

Closed mtwebster closed 1 year ago

mtwebster commented 1 year ago

(Description copied from commit 6c259fe11d69f)

There are two methods implemented - bubblewrap (using a mount namespace), and landlock (a Linux security module).

landlock:

bubblewrap:

other details:


To do: