You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theosfs.OS
type and thechroot
seems to mess it up a little since I guess we don't want theChrootHelper
to assume the given underlying fs is a changer... Any insight into how I might go about this would be greatly appreciated.The text was updated successfully, but these errors were encountered: