Add permissions on the socket

This commit is contained in:
selfhoster selfhoster 2023-08-22 15:18:04 +02:00
commit 2d1f3a985f
6 changed files with 101 additions and 3 deletions

View file

@ -23,4 +23,5 @@ chrono = { version = "0.4", features = [ "serde" ] }
yunohost-api = { path = "yunohost-api" }
axum_typed_multipart = "0.8"
async-trait = "0.1"
serde = { version = "1", features = [ "derive" ] }
serde = { version = "1", features = [ "derive" ] }
file-owner = { version = "0.1" }