Closed abmusse closed 9 years ago
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Learned the hard way that chown should be done in chroot because otherwise it will affect your *SYSBASE.
chown
chroot
*SYSBASE
I will make changes to :chown and :chown_dir processing.
:chown
:chown_dir
Original comment by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Resolved in this commit.
Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).
Learned the hard way that
chown
should be done inchroot
because otherwise it will affect your*SYSBASE
.I will make changes to
:chown
and:chown_dir
processing.