After using sudo some files now owned by root
Bug #1374917 reported by
Axel Waldheim
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu MATE |
Won't Fix
|
Low
|
Unassigned | ||
systemd-shim (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
After I changed a file with sudo now include some files in my home directory root.
axelw@work2:~$ sudo pluma /etc/lightdm/
[sudo] password for axelw:
... edited and saved file ...
axelw@work2:~$ find ./ -user root
./.cache/dconf/user
./.local/
./.config/
./.config/
Changed in ubuntu-mate: | |
importance: | Undecided → Low |
status: | New → Confirmed |
To post a comment you must log in.
Isn't that a correct behavior by design? Aren't we suppose to run graphical commands that need root using `gksudo`?