diff --git a/README.md b/README.md index 007bad5..b0a6d18 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Kresus is an open-source libre self-hosted personal finance manager. It allows you to safely track your banking history, check your overall balance and know exactly how you are spending money using categories! -**Shipped version:** 0.18.1~ynh4 +**Shipped version:** 0.18.1~ynh5 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 21ddc24..7790fa6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Kresus est un gestionnaire de finances personnelles gratuit et libre qui tourne sur votre serveur. Il récupère automatiquement et quotidiennement toutes vos nouvelles transactions bancaires et vous permet de les catégoriser, étudier via des graphiques, et établir un budget. -**Version incluse :** 0.18.1~ynh4 +**Version incluse :** 0.18.1~ynh5 ## Captures d'écran diff --git a/conf/systemd.service b/conf/systemd.service index eb302f4..778e225 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -42,7 +42,7 @@ RestrictRealtime=true RestrictSUIDSGID=true #SecureBits=noroot-locked SystemCallArchitectures=native -SystemCallFilter=@system-service +SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @setuid @swap SystemCallErrorNumber=EPERM # to allow this systemd service to use sendmail. diff --git a/manifest.json b/manifest.json index bbc6a93..c0fa4d0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Personal finance manager", "fr": "Outil personnel de gestion de finances" }, - "version": "0.18.1~ynh4", + "version": "0.18.1~ynh5", "url": "https://framagit.org/kresusapp/kresus", "upstream": { "license": "free",