mirror of
https://github.com/YunoHost-Apps/gemserv_ynh.git
synced 2024-09-03 18:36:27 +02:00
Merge pull request #10 from YunoHost-Apps/testing
Fix ProtectSystem=full prevents the executions of the systemd direct…
This commit is contained in:
commit
4d43e9c041
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
A gemini server written in rust.
|
||||
|
||||
|
||||
**Shipped version:** 0.6.5~ynh1
|
||||
**Shipped version:** 0.6.5~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
A gemini server written in rust.
|
||||
|
||||
|
||||
**Version incluse :** 0.6.5~ynh1
|
||||
**Version incluse :** 0.6.5~ynh2
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
|||
RestrictNamespaces=yes
|
||||
RestrictRealtime=yes
|
||||
DevicePolicy=closed
|
||||
ProtectSystem=full
|
||||
#ProtectSystem=full
|
||||
ProtectControlGroups=yes
|
||||
ProtectKernelModules=yes
|
||||
ProtectKernelTunables=yes
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "A gemini server written in rust."
|
||||
},
|
||||
"version": "0.6.5~ynh1",
|
||||
"version": "0.6.5~ynh2",
|
||||
"url": "https://git.sr.ht/~int80h/gemserv/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue