Skip to content
Snippets Groups Projects
Commit 78336352 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Upstream version 0.1.0-201406100709

parents 28826a4e 57e73c99
Branches upstream
Tags upstream/0.1.0-201406100709
No related merge requests found
commit af477b839e8976914f559ede07bfdd663a046e24
Author: Nigel Kukard <nkukard@lbsd.net>
Date: Tue Jun 10 07:08:05 2014 +0000
Fix permissions of config file and log dir
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
commit cf67ab5e5be2da58a6f4733210a20552b5733535 commit cf67ab5e5be2da58a6f4733210a20552b5733535
Author: Nigel Kukard <nkukard@lbsd.net> Author: Nigel Kukard <nkukard@lbsd.net>
Date: Mon Jun 9 22:46:43 2014 +0000 Date: Mon Jun 9 22:46:43 2014 +0000
......
ppp-gatekeeper (0.1.0-201406100709-1) unstable; urgency=low
* Updated to upstream v0.1.0-201406100709
* Fixed permissions of conf file and log dir
-- Nigel Kukard <nkukard@lbsd.net> Tue, 10 Jun 2014 09:16:26 +0200
ppp-gatekeeper (0.1.0-201406100617-1) unstable; urgency=low ppp-gatekeeper (0.1.0-201406100617-1) unstable; urgency=low
* Updated to upstream v0.1.0-201406100617 * Updated to upstream v0.1.0-201406100617
* Fixed permissions of conf file and log dir * Fixed permissions of conf file and log dir
......
# This file contains passwords we don't want every user to have access to
ppp-gatekeeper: non-standard-file-perm etc/ppp/ppp-gatekeeper.conf 0640 != 0644
# The logs may contain a username and IP routing information which we may not
# want users to have access to
ppp-gatekeeper: non-standard-dir-perm var/log/ppp-gatekeeper/ 0750 != 0755
...@@ -24,6 +24,9 @@ override_dh_auto_build: ...@@ -24,6 +24,9 @@ override_dh_auto_build:
docbook-to-man docs/ppp-gatekeeper.sgml > debian/ppp-gatekeeper.1 docbook-to-man docs/ppp-gatekeeper.sgml > debian/ppp-gatekeeper.1
dh_auto_build dh_auto_build
override_dh_fixperms:
dh_fixperms --exclude etc/ppp/ppp-gatekeeper.conf --exclude var/log/ppp-gatekeeper
override_dh_clean: override_dh_clean:
rm -f debian/ppp-gatekeeper.1 rm -f debian/ppp-gatekeeper.1
dh_clean dh_clean
......
...@@ -32,7 +32,7 @@ use POSIX qw(WNOHANG setsid); ...@@ -32,7 +32,7 @@ use POSIX qw(WNOHANG setsid);
use Data::Dumper; use Data::Dumper;
my $VERSION = "0.1.0-201406100617"; my $VERSION = "0.1.0-201406100709";
# DO NOT CHANGE THESE # DO NOT CHANGE THESE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment