Bug 674536 - crond AVC msgs
Summary: crond AVC msgs
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-02 11:27 UTC by Miroslav Grepl
Modified: 2011-02-02 13:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-02 13:51:13 UTC
Type: ---


Attachments (Terms of Use)

Description Miroslav Grepl 2011-02-02 11:27:49 UTC
I am seeing on Rawhide with

# semodule -d unconfined

in permissive mode AVC msgs like these

type=AVC msg=audit(1296644461.791:190): avc:  denied  { write } for  pid=4435 comm="crond" name="user" dev=cgroup ino=21207 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=system_u:object_r:cgroup_t:s0 tclass=dir
----
time->Wed Feb  2 12:01:01 2011
type=PATH msg=audit(1296644461.792:191): item=0 name="/sys/fs/cgroup/systemd/user/root/5/tasks" inode=63024 dev=00:13 mode=0100644 ouid=0 ogid=0 rdev=00:00 obj=system_u:object_r:cgroup_t:s0

type=AVC msg=audit(1296644461.790:185): avc:  denied  { getattr } for  pid=4435 comm="crond" path="/var/run/user" dev=tmpfs ino=12597 scontext=system_u:system_r:crond_t:s0-s0:c0.c1023 tcontext=system_u:object_r:var_auth_t:s0 tclass=dir
----
time->Wed Feb  2 12:01:01 2011
type=PATH msg=audit(1296644461.790:186): item=0 name="/var/run/user/.pam-systemd-lock" inode=21204 dev=00:23 mode=0100600 ouid=0 ogid=500 rdev=00:00 obj=system_u:object_r:var_auth_t:s0


-------------

allow crond_t cgroup_t:dir { write rmdir setattr read remove_name create add_name };
allow crond_t cgroup_t:file { write read getattr open setattr };
allow crond_t var_auth_t:dir { search setattr read create write getattr rmdir remove_name open add_name };
allow crond_t var_auth_t:file { read write open lock };

------------

The log is attached.

Is this something new?

Comment 1 Miroslav Grepl 2011-02-02 11:37:35 UTC
Well, probably relates with

> just wanted to let everybody know that I reverted the logic in
> pam_sytemd which automatically creates a cgroup in the 'cpu' hierarchy
> for every user/session, since it makes it impossible to use RT
> scheduling from user/session processes then.

Comment 2 Daniel Walsh 2011-02-02 13:15:44 UTC
Seems like something we should allow.,  I believe we want to allow cron to setup the cgroups before launching a job for a user.

Comment 3 Miroslav Grepl 2011-02-02 13:51:13 UTC
Fixed in selinux-policy-3.9.13-9.fc15.


Note You need to log in before you can comment on or make changes to this bug.