gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated (c4eb7c3e2 -> 897c000d9)


From: gnunet
Subject: [gnunet] branch master updated (c4eb7c3e2 -> 897c000d9)
Date: Thu, 21 Nov 2019 11:33:16 +0100

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

ng0 pushed a change to branch master
in repository gnunet.

    from c4eb7c3e2 use ifdef instead of if for __linux__ and BSD
     new bbe5f7fc0 gnunet-suidfix: Make comment more descriptive.
     new 897c000d9 install and distribute gnunet-suidfix

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/scripts/Makefile.am    | 6 ++++--
 contrib/scripts/gnunet-suidfix | 7 +++++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am
index 5dc94439b..91b2bcd5a 100644
--- a/contrib/scripts/Makefile.am
+++ b/contrib/scripts/Makefile.am
@@ -12,7 +12,8 @@ noinst_SCRIPTS = \
  gnunet-chk.py
 
 bin_SCRIPTS = \
- gnunet-bugreport
+ gnunet-bugreport \
+ gnunet-suidfix
 
 EXTRA_DIST = \
  coverage.sh \
@@ -22,7 +23,8 @@ EXTRA_DIST = \
  gnunet-chk.py.in \
  $(SCRIPTS) \
  removetrailingwhitespace.py.in \
- pydiffer.py.in
+ pydiffer.py.in \
+ gnunet-suidfix
 
 CLEANFILES = \
   $(noinst_SCRIPTS)
diff --git a/contrib/scripts/gnunet-suidfix b/contrib/scripts/gnunet-suidfix
index 992378966..bcd9eb899 100755
--- a/contrib/scripts/gnunet-suidfix
+++ b/contrib/scripts/gnunet-suidfix
@@ -1,8 +1,11 @@
 #!/bin/sh
 #
-# "suidfix" is german and it means something like immediate suicide.
+# "suidfix" - fix permissions and sticky bits for the binaries
+# installed by GNUnet.
+# Takes GNUNET_PREFIX from the environment.
+#
+# Taken from dangole's LEDE/OpenWRT config.. thx!
 
-# taken from dangole's lede config.. thx!
 suid_root_helpers="exit nat-server nat-client transport-bluetooth 
transport-wlan vpn"
 libexec="${GNUNET_PREFIX}/lib/gnunet/libexec"
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]