[osm-tile-server] 38/117: Don't let others have executable access

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Nov 3 23:18:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository osm-tile-server.

commit 696c04345b7e497eee0adde891ddcea131dda2c5
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Thu Sep 3 19:41:43 2015 +0200

    Don't let others have executable access
---
 debian/osm-tile-server-base.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/osm-tile-server-base.postinst b/debian/osm-tile-server-base.postinst
index 550f771..fa812cd 100644
--- a/debian/osm-tile-server-base.postinst
+++ b/debian/osm-tile-server-base.postinst
@@ -81,7 +81,7 @@ case "$1" in
         fi
 
         chown $DBUSER:$DBUSER /usr/bin/osm-tile-server-import
-        chmod u+s /usr/bin/osm-tile-server-import
+        chmod 4554 /usr/bin/osm-tile-server-import
         
     ;;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-tile-server.git



More information about the Pkg-grass-devel mailing list