Re: [PATCH 1/4] Fix procfs_node_chmod

2013-07-20 Thread Samuel Thibault
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

[PATCH 1/4] Fix procfs_node_chmod

2013-07-16 Thread Justus Winter
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