diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-09-13 11:33:17 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-09-13 11:33:17 +0200 |
commit | b9b5d1350ac648a4a654a00d1c0abda6dcb0ca29 (patch) | |
tree | 95cb8efd6c9d5cd7f252acb0da8fec4b8f919a87 | |
parent | 392a7aeacb877213231892bd2278662ed968396b (diff) |
Mention issue with fifo perms
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 7740f682..21b258a3 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -114,6 +114,7 @@ lookups|hurd/interface/dir_lookup]] work. * Improve our [[FUSE library|hurd/libfuse]]. * Add a relatime or lazytime option to ext2fs. * Fix our [[open_issues/symlink_translator]]. +* Fix chmod on fifos: mkfifo foo ; sudo chmod g+w foo <a name="porting"></a> ## Porting Packages |