-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
C-bugCategory: This is a bugCategory: This is a bug
Description
Summary
the owner of file will be changed if the original owner is not root,
Reproduction Steps
I tried this:
- create a normal file with non-root user,
touch file.txt - check its owner and group
- edit it with
sudo hx file.txtand save it - check its owner and group again
I expected this to happen:
new owner and old owner is the same
Instead, this happened:
new owner is root, instead of old owner
Helix log
~/.cache/helix/helix.log
please provide a copy of `~/.cache/helix/helix.log` here if possible, you may need to redact some of the lines
Platform
Linux
Terminal Emulator
ptyxis
Installation Method
release page
Helix Version
helix 25.07.1 (a05c151)
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bugCategory: This is a bug