fix group permissions on send_fifo
This commit is contained in:
parent
8a4fce37e4
commit
4650fbc7c7
2 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ int main() {
|
|||
}
|
||||
|
||||
// Open the FIFO for reading
|
||||
if (mkfifo(send_fifo_path, 0600) == -1) {
|
||||
if (mkfifo(send_fifo_path, 0620) == -1) {
|
||||
perror("mkfifo");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue