I've been trying to update my ~/.fonts.conf file but it just won't work.
I tried going "su" to move or "chmod" it but the same problem.
SELinux is set to permissive and I don't understand why it is not working.
see some outputs...
% sudo -i mv /home/marc/.fonts.conf /home/marc/Downloads/
% mv: cannot move `/home/marc/.fonts.conf' to `/home/marc/Downloads/.fonts.conf':Operation not permitted
I also tried being root "su -" and the same error!
trying just to edit on Nano or another editor. gives me "permission denied"
here are the permissions for the file checked by ls -la...
-rw-rw-r--. 1 marc marc 91 May 4 17:45 .fonts.conf
I use Fedora 15(beta)
Am I missing something? Please, any help is appreciated.
OBS: When installing fedora 15 I decided to keep my home partition and I remember a message saying that SElinux had troubles trying to fix permissions for my user and proposing me to check those settings myself but no link or something about where to them. :S
Operation not permitted≠Permission denied– squircle May 9 '11 at 0:37