Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 109269 Details for
Bug 131188
Stunnel does not work with strict SELinux policy
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
Will this work?
stunnel.te (text/plain), 880 bytes, created by
Daniel Walsh
on 2005-01-03 19:59:09 UTC
(
hide
)
Description:
Will this work?
Filename:
MIME Type:
Creator:
Daniel Walsh
Created:
2005-01-03 19:59:09 UTC
Size:
880 bytes
patch
obsolete
># DESC: selinux policy for stunnel ># ># Author: petre rodan <kaiowas@gentoo.org> ># >ifdef(`distro_gentoo', ` >type stunnel_port_t, port_type; > >daemon_domain(stunnel) > >can_network(stunnel_t) > >allow stunnel_t self:capability { setgid setuid sys_chroot }; >allow stunnel_t self:fifo_file { read write }; >allow stunnel_t self:tcp_socket { read write }; >allow stunnel_t self:unix_stream_socket { connect create }; > >r_dir_file(stunnel_t, etc_t) >', ` >inetd_child_domain(stunnel, tcp) >allow stunnel_t self:capability sys_chroot; > >bool stunnel_is_daemon false; >if (stunnel_is_daemon) { ># Policy to run stunnel as a daemon should go here. >allow stunnel_t self:tcp_socket rw_stream_socket_perms; >allow stunnel_t stunnel_port_t:tcp_socket name_bind; >} >') > >type stunnel_etc_t, file_type, sysadmfile; >r_dir_file(stunnel_t, stunnel_etc_t) >allow stunnel_t stunnel_port_t:tcp_socket { name_bind }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 131188
: 109269 |
109272
|
109273