Re: is root realy root ?

2023-01-22 Thread Jonathan Billings
> On Jan 22, 2023, at 15:47, Jeffrey Walton wrote: > > On Sun, Jan 22, 2023 at 3:23 PM Gordon Messmer > wrote: >> >> On 2023-01-21 15:37, Jeffrey Walton wrote: chown: changing ownership of '/root/.cache/doc': Operation not permitted >>> It sounds like selinux. >> >> If the

Re: is root realy root ?

2023-01-22 Thread Jeffrey Walton
On Sun, Jan 22, 2023 at 3:23 PM Gordon Messmer wrote: > > On 2023-01-21 15:37, Jeffrey Walton wrote: > >> chown: changing ownership of '/root/.cache/doc': Operation not permitted > >> > > It sounds like selinux. > > If the problem were SELinux, the system would report "permission denied" > and

Re: is root realy root ?

2023-01-22 Thread Gordon Messmer
On 2023-01-21 15:37, Jeffrey Walton wrote: chown: changing ownership of '/root/.cache/doc': Operation not permitted It sounds like selinux. If the problem were SELinux, the system would report "permission denied" and not "operation not permitted".  You can verify this with a little bit of

Re: is root realy root ?

2023-01-22 Thread Jonathan Billings
On Jan 21, 2023, at 18:55, Tom Horsley wrote: > > On Sat, 21 Jan 2023 23:31:43 - > old sixpack13 wrote: > >> rm -rfv /root/.cache/doc >> rm: cannot remove '/root/.cache/doc/by-app': Operation not permitted > > That is (if I recall) an annoying fuse or special device file of some > kind

Re: is root realy root ?

2023-01-21 Thread Jon LaBadie
On Sat, Jan 21, 2023 at 11:49:05PM -, old sixpack13 wrote: ls -laZ total 20 dr-xr-x---. 1 root root system_u:object_r:admin_home_t:s0 154 22. Jan 00:17 . dr-xr-xr-x. 1 root root system_u:object_r:root_t:s0 138 15. Dez 00:48 .. -rw---. 1 root root

Re: is root realy root ?

2023-01-21 Thread old sixpack13
> On Sat, Jan 21, 2023 at 6:49 PM old sixpack13 wrote: > > Selinux often bytes me, too. > > Try relabeling your filesystem before going further. > yupp, that fixed it Thanks $ALL ! ___ users mailing list -- users@lists.fedoraproject.org To

Re: is root realy root ?

2023-01-21 Thread Tom Horsley
On Sat, 21 Jan 2023 23:31:43 - old sixpack13 wrote: > rm -rfv /root/.cache/doc > rm: cannot remove '/root/.cache/doc/by-app': Operation not permitted That is (if I recall) an annoying fuse or special device file of some kind created by some annoying xdg or gnome something that I spent a long

Re: is root realy root ?

2023-01-21 Thread Jeffrey Walton
On Sat, Jan 21, 2023 at 6:49 PM old sixpack13 wrote: > > > On Sat, Jan 21, 2023 at 6:32 PM old sixpack13 > wrote: > > > > It sounds like selinux. Under selinux, root is just another account to > > be contained. > > > > ls -alZ > > > > will show you the selinux context. > > > > ls -lRZ

Re: is root realy root ?

2023-01-21 Thread old sixpack13
> On Sat, Jan 21, 2023 at 6:32 PM old sixpack13 wrote: > > It sounds like selinux. Under selinux, root is just another account to > be contained. > > ls -alZ > > will show you the selinux context. > ls -lRZ /root/.cache /root/.cache: total 0 dr-x--. 2 root root

Re: is root realy root ?

2023-01-21 Thread Jeffrey Walton
On Sat, Jan 21, 2023 at 6:32 PM old sixpack13 wrote: > > on F37: > > ls -lR /root/.cache > /root/.cache: > total 0 > dr-x--. 2 root root 0 1. Jan 1970 doc > > /root/.cache/doc: > total 0 > dr-x--. 2 root root 0 1. Jan 1970 by-app > > /root/.cache/doc/by-app: > total 0 > > rm -rfv

is root realy root ?

2023-01-21 Thread old sixpack13
on F37: ls -lR /root/.cache /root/.cache: total 0 dr-x--. 2 root root 0 1. Jan 1970 doc /root/.cache/doc: total 0 dr-x--. 2 root root 0 1. Jan 1970 by-app /root/.cache/doc/by-app: total 0 rm -rfv /root/.cache/doc rm: cannot remove '/root/.cache/doc/by-app': Operation not permitted