-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
I have been loving this abstraction that you guys have created so kudos to that! Trying to change the permissions on a file using the osfs
but it seems that it doesn't implement the billy.Changer interface. I was looking into making some changes for this but the relationship between the osfs.OS
type and the chroot
seems to mess it up a little since I guess we don't want the ChrootHelper
to assume the given underlying fs is a changer... Any insight into how I might go about this would be greatly appreciated.