[med-svn] r11654 - trunk/packages/fis-gtm/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Mon Jul 9 14:41:08 UTC 2012
Author: luisibanez-guest
Date: 2012-07-09 14:41:08 +0000 (Mon, 09 Jul 2012)
New Revision: 11654
Modified:
trunk/packages/fis-gtm/trunk/debian/changelog
trunk/packages/fis-gtm/trunk/debian/rules
Log:
Added setuid permissions to gtmsecshrdir.
Modified: trunk/packages/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/changelog 2012-07-09 13:21:58 UTC (rev 11653)
+++ trunk/packages/fis-gtm/trunk/debian/changelog 2012-07-09 14:41:08 UTC (rev 11654)
@@ -25,6 +25,7 @@
the scripts that are non-executable.
Added lintian overrides for gtmsecshr and libgtmutil.so.
Added the --parallel flag to take advantage of make -j x.
+ Added setuid permissions to gtmsecshrdir.
* debian/control:
Added cmake as a build dependency.
* debian/source:
Modified: trunk/packages/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/rules 2012-07-09 13:21:58 UTC (rev 11653)
+++ trunk/packages/fis-gtm/trunk/debian/rules 2012-07-09 14:41:08 UTC (rev 11654)
@@ -52,7 +52,9 @@
chmod +w -R $(LOCAL_GTM_INSTALL_DIR)
chmod +w -R $(LOCAL_GTM_INSTALL_DIR)/utf8
echo "I: Fixing up permissions for setuid rights -- we aren't done yet!"
- chmod u+s $(LOCAL_GTM_INSTALL_DIR)/gtmsecshr
+ chmod 4755 $(LOCAL_GTM_INSTALL_DIR)/gtmsecshr
+ chmod 0500 $(LOCAL_GTM_INSTALL_DIR)/gtmsecshrdir
+ chmod 4500 $(LOCAL_GTM_INSTALL_DIR)/gtmsecshrdir/gtmsecshr
echo "changing permissions to 644 for files that will be sourced"
chmod 0644 $(LOCAL_GTM_INSTALL_DIR)/gtmprofile
chmod 0644 $(LOCAL_GTM_INSTALL_DIR)/gtmprofile_preV54000
More information about the debian-med-commit
mailing list