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
Datafiles are stored user-writable.
I suggest setting read-only permissions to reduce the risk of data modification or loss.
In addition, consider setting the immutable flag (chattr +i) on files that should be immutable.
The text was updated successfully, but these errors were encountered:
Datafiles are stored user-writable.
I suggest setting read-only permissions to reduce the risk of data modification or loss.
In addition, consider setting the immutable flag (chattr +i) on files that should be immutable.
The text was updated successfully, but these errors were encountered: