Bug 651384
| Summary: | SELinux is preventing /usr/sbin/bitlbee "setsched" access . | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matěj Cepl <mcepl> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 14 | CC: | dwalsh, mcepl, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:01d851f59abf38c5851294a55f2c80b10a552fb9459329a3db599fcfc4595938 | ||
| Fixed In Version: | selinux-policy-3.9.7-10.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-11-11 22:17:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matěj Cepl
2010-11-09 13:13:31 UTC
This is a development version of bitlbee using NSS (the packaged one in Fedora uses OpenSSL or GNUTLS). I would love to use bitlbee-with-NSS in Fedora, but it generates this AVC. The backtrace is
Catchpoint 1 (call to syscall 'sched_setscheduler'), 0x00000032e74cb3b7 in sched_setscheduler () at ../sysdeps/unix/syscall-template.S:82
82 T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
(gdb) bt
#0 0x00000032e74cb3b7 in sched_setscheduler ()
at ../sysdeps/unix/syscall-template.S:82
#1 0x00000032e7808401 in __pthread_setschedparam (threadid=140737353938720,
policy=0, param=<value optimized out>) at pthread_setschedparam.c:58
#2 0x00000032f6c29222 in PR_SetThreadPriority (thred=0x899d70, newPri=
PR_PRIORITY_NORMAL)
at ../../../mozilla/nsprpub/pr/src/pthreads/ptthread.c:708
#3 0x00000032f6c2956a in _PR_InitThreads (type=PR_USER_THREAD, priority=
PR_PRIORITY_NORMAL, maxPTDs=<value optimized out>)
at ../../../mozilla/nsprpub/pr/src/pthreads/ptthread.c:955
#4 0x00000032f6c1a5ca in _PR_InitStuff ()
at ../../../mozilla/nsprpub/pr/src/misc/prinit.c:212
#5 0x00000000004298e8 in ssl_init ()
#6 0x0000000000421e61 in main ()
(gdb)
Just add the access. Fixed in selinux-policy-3.9.7-10.fc14 selinux-policy-3.9.7-10.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/selinux-policy-3.9.7-10.fc14 selinux-policy-3.9.7-10.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/selinux-policy-3.9.7-10.fc14 Just to confirm that the new version fixes my problem. Matej, could you update the karma. (In reply to comment #7) > Matej, > could you update the karma. done. Thank you selinux-policy-3.9.7-10.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |