Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 267761 Details for
Bug 397131
SELinux blocks pam_ssh
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
source for policy module
pam_ssh.te (text/plain), 1.15 KB, created by
Martin Ebourne
on 2007-11-23 18:00:30 UTC
(
hide
)
Description:
source for policy module
Filename:
MIME Type:
Creator:
Martin Ebourne
Created:
2007-11-23 18:00:30 UTC
Size:
1.15 KB
patch
obsolete
>policy_module(pam_ssh,VERSION) > >require { > type local_login_t; > type local_login_tmp_t; > type ssh_agent_exec_t; > type sshd_t; > type xdm_t; > type user_home_ssh_t; > type var_run_t; > class dir { write add_name }; > class file { read getattr execute execute_no_trans }; > class sock_file create; >} > >allow local_login_t ssh_agent_exec_t:file { read execute execute_no_trans }; >allow local_login_t user_home_ssh_t:file { read getattr }; >allow local_login_t var_run_t:dir { write add_name }; >allow local_login_t var_run_t:file { create read getattr }; >allow local_login_t local_login_tmp_t:sock_file create; > >allow sshd_t ssh_agent_exec_t:file { read execute execute_no_trans }; >allow sshd_t user_home_ssh_t:file { read getattr }; >allow sshd_t var_run_t:dir { write add_name }; >allow sshd_t var_run_t:file { create read getattr }; >allow sshd_t local_login_tmp_t:sock_file create; > >allow xdm_t ssh_agent_exec_t:file { read execute execute_no_trans }; >allow xdm_t user_home_ssh_t:file { read getattr }; >allow xdm_t var_run_t:dir { write add_name }; >allow xdm_t var_run_t:file { create read getattr }; >allow xdm_t local_login_tmp_t:sock_file create;
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 397131
:
267751
| 267761