-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03/27/2012 05:45 PM, enclair wrote:
> Le 27 mars 2012 22:52, Daniel J Walsh <dwa...@redhat.com 
> <mailto:dwa...@redhat.com>> a écrit :
> 
> Doubt it but did you try what I wrote to the first reporter?
> 
>> 
>> dac_overrride means that you have a process running as root trying to modify 
>> a file that is not owned by root.  Usually this means you have a file with 
>> the incorrect ownership.
>> 
>> Now the audit log did not give you the full path, but you can get it by 
>> following the instructions detailed here.
>> 
>> http://danwalsh.livejournal.com/34903.html
> 
> 
> I've turned on full auditing and I have:
> 
> # ausearch -m avc -ts recent ---- time->Tue Mar 27 23:23:42 2012 type=PATH 
> msg=audit(1332883422.739:90): item=0 name="/.config" inode=2 dev=fd:00 
> mode=040555 ouid=0 ogid=0 rdev=00:00 obj=system_u:object_r:root_t:s0 type=CWD 
> msg=audit(1332883422.739:90):  cwd="/" type=SYSCALL 
> msg=audit(1332883422.739:90): arch=40000003 syscall=39 success=no exit=-13 
> a0=8c1a4a8 a1=1ff a2=419f24bc a3=8 items=1 ppid=1 pid=1959 auid=4294967295 
> uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) 
> ses=4294967295 comm="kcmdatetimehelp" 
> exe="/usr/libexec/kde4/kcmdatetimehelper" 
> subj=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 key=(null) type=AVC 
> msg=audit(1332883422.739:90): avc:  denied  { dac_override } for  pid=1959 
> comm="kcmdatetimehelp" capability=1  
> scontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 
> tcontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 tclass=capability ---- 
> time->Tue Mar 27 23:23:46 2012 type=PATH msg=audit(1332883426.207:93): item=0 
> name="/" inode=2 dev!
 =fd:00
> mode=040555 ouid=0 ogid=0 rdev=00:00 obj=system_u:object_r:root_t:s0 type=CWD 
> msg=audit(1332883426.207:93):  cwd="/" type=SYSCALL 
> msg=audit(1332883426.207:93): arch=40000003 syscall=33 success=no exit=-13 
> a0=8c490d8 a1=2 a2=419f24bc a3=8c608b4 items=1 ppid=1 pid=1959 
> auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 
> tty=(none) ses=4294967295 comm="kcmdatetimehelp" 
> exe="/usr/libexec/kde4/kcmdatetimehelper" 
> subj=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 key=(null) type=AVC 
> msg=audit(1332883426.207:93): avc:  denied  { dac_override } for  pid=1959 
> comm="kcmdatetimehelp" capability=1  
> scontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 
> tcontext=system_u:system_r:gnomeclock_t:s0-s0:c0.c1023 tclass=capability
> 
> I think I deleted /.config once because I thought it was a mistake. If I 
> create /.config, the error will be on: /.config/Trolltech.conf.MTxxxx (xxxx 
> is a number which change every time).
> 
> 
> 

Well /.config is a mistake/bug in kde.  They do not set the default homedir, 
and are writing a random file/directory into the / directory.

Since the command wants to write to the /.config directory, it should have 
permissions 755 which is causing the DAC_OVERRIDE problem.

chmod -R u+w /.config

Should eliminate the DAC_OVERRIDE request.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9zD7kACgkQrlYvE4MpobOQ1ACcCPRypcj2Cbw4lNLCw+6IEXtY
00QAn2G5VyXgrLoZO5Ki6MDca3Uko6QT
=lk3X
-----END PGP SIGNATURE-----
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to