Add permissions on the socket
This commit is contained in:
parent
c5731665a3
commit
2d1f3a985f
6 changed files with 101 additions and 3 deletions
|
|
@ -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" }
|
||||
Loading…
Reference in a new issue