Justus Winter, le Tue 16 Jul 2013 10:51:20 +0200, a écrit :
> Formerly only the mode_t bits cut out by S_IFMT were preserved, but
> this does not include S_IPTRANS. Fix this by preserving everything but
> the permission bits.
Applied, using ALLPERMS instead of hardcoded value.
Thanks,
Samuel
Formerly only the mode_t bits cut out by S_IFMT were preserved, but
this does not include S_IPTRANS. Fix this by preserving everything but
the permission bits.
* procfs.c (procfs_node_chmod): Fix bitmask.
---
procfs.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/procfs.c