gocryptfs icon indicating copy to clipboard operation
gocryptfs copied to clipboard

Feature request: chattr +i

Open dopaminereceptionist opened this issue 5 years ago • 6 comments

It sounds like 1.5+ should have xattr support, referring to #217.

When I chattr +i a file, I get: chattr: Function not implemented while reading flags on (name of file)

Is there something I'm missing for this?

dopaminereceptionist avatar Oct 09 '18 01:10 dopaminereceptionist

gocryptfs does have xattr support, however, chattr is a different beast. gocryptfs does not support chattr +i, sorry.

rfjakob avatar Oct 10 '18 19:10 rfjakob

I see, thank you. Would it be possible to add such support?

dopaminereceptionist avatar Oct 11 '18 00:10 dopaminereceptionist

chattr +i needs root priviliges, right?

rfjakob avatar Oct 11 '18 07:10 rfjakob

Yes it does.

Nodens- avatar Oct 11 '18 11:10 Nodens-

So this means that gocryptfs has to be started as root for this to work. Not sure if this would still be useful to you?

rfjakob avatar Oct 13 '18 20:10 rfjakob

Yes, I'm expecting to run gocryptfs as root in this case.

dopaminereceptionist avatar Oct 14 '18 02:10 dopaminereceptionist