Jelajahi Sumber

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

Jiri Kuthan 23 tahun lalu
induk
melakukan
c4b11eb405
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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";