[Pcsclite-cvs-commit] r2830 - /trunk/PCSC/src/pcscdaemon.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Feb 16 12:24:34 UTC 2008


Author: rousseau
Date: Sat Feb 16 12:24:34 2008
New Revision: 2830

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2830
Log:
do not create the PCSCLITE_IPC_DIR (/var/run/pcscd) directory with the
sticky bit

Modified:
    trunk/PCSC/src/pcscdaemon.c

Modified: trunk/PCSC/src/pcscdaemon.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/pcscdaemon.c?rev=2830&op=diff
==============================================================================
--- trunk/PCSC/src/pcscdaemon.c (original)
+++ trunk/PCSC/src/pcscdaemon.c Sat Feb 16 12:24:34 2008
@@ -405,7 +405,7 @@
 	if (rv < 0)
 	{
 		rv = SYS_Mkdir(PCSCLITE_IPC_DIR,
-			S_ISVTX | S_IROTH | S_IXOTH | S_IRGRP | S_IXGRP | S_IRWXU);
+			S_IROTH | S_IXOTH | S_IRGRP | S_IXGRP | S_IRWXU);
 		if (rv != 0)
 		{
 			Log2(PCSC_LOG_CRITICAL,




More information about the Pcsclite-cvs-commit mailing list