Skip to content

Commit

Permalink
Fixed problem with service restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
dswd committed Dec 22, 2019
1 parent 7edb649 commit f59f3ab
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project follows [semantic versioning](http://semver.org).

### v1.2.1 (2019-12-22)

- [fixed] Fixed a problem with service restrictions

### v1.2.0 (2019-12-20)

- [added] Added service restrictions to systemd
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vpncloud"
version = "1.2.0"
version = "1.2.1"
authors = ["Dennis Schwerdel <schwerdel@googlemail.com>"]
build = "build.rs"
license = "GPL-3.0"
Expand Down
6 changes: 6 additions & 0 deletions assets/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vpncloud (1.2.1) stable; urgency=medium

* [fixed] Fixed a problem with service restrictions

-- Dennis Schwerdel <schwerdel@googlemail.com> Sun, 22 Dec 2019 16:47:38 +0100

vpncloud (1.2.0) stable; urgency=medium

* [added] Added service restrictions to systemd
Expand Down
2 changes: 1 addition & 1 deletion assets/vpncloud@.service
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LimitNPROC=10
PrivateTmp=yes
ProtectHome=yes
ProtectSystem=strict
ReadWritePaths=/var/log/vpncloud-%i.log /var/log/vpncloud-%i.stats
ReadWritePaths=-/var/log/vpncloud-%i.log -/var/log/vpncloud-%i.stats
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT
DeviceAllow=/dev/null rw
DeviceAllow=/dev/net/tun rw
Expand Down

0 comments on commit f59f3ab

Please sign in to comment.