瀏覽代碼

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

Jiri Kuthan 23 年之前
父節點
當前提交
c4b11eb405
共有 1 個文件被更改,包括 1 次插入0 次删除
  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";