Explorar el Código

fix: allow anyone to write to reply fifo (then, root
can use sc for non-root ser)

Jiri Kuthan hace 23 años
padre
commit
c4b11eb405
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      scripts/sc

+ 1 - 0
scripts/sc

@@ -164,6 +164,7 @@ fifo_cmd()
 		echo "error opening read fifo $path"
 		exit 1
 	fi
+	chmod a+w $path
 
 	# construct the command now
 	CMD=":$1:$name\n";