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 a bit of an unusual issue, with a CI app that allow us to chown the key file once set, but denies our user access. Only if we set the user to root are we allowed to access the file. However, accessing it from the other user triggers the Symmetric Encryption ownership protection.
So, I need a way to access the file without triggering the ownership check.
The text was updated successfully, but these errors were encountered:
I have a bit of an unusual issue, with a CI app that allow us to
chown
the key file once set, but denies our user access. Only if we set the user to root are we allowed to access the file. However, accessing it from the other user triggers the Symmetric Encryption ownership protection.So, I need a way to access the file without triggering the ownership check.
The text was updated successfully, but these errors were encountered: