OSDN Git Service

Rich Felker's reading of posix is that fchown() and fchmod() must be allowed
authorRob Landley <rob@landley.net>
Mon, 21 Dec 2015 17:28:30 +0000 (11:28 -0600)
committerRob Landley <rob@landley.net>
Mon, 21 Dec 2015 17:28:30 +0000 (11:28 -0600)
commit6be15f4143a40cf7b2985be88ad16bc996310b59
treee4277d2517b48377ae17d5f2552cab2cf59af0e6
parentfde3a9300868b7505b76a652be27ac42ee534df3
Rich Felker's reading of posix is that fchown() and fchmod() must be allowed
on files opened read-only, so revert last commit (force writeable logic).
toys/posix/cpio.c