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 267751 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.
[patch]
spec changes for policy module
pam_ssh.spec.diff (text/plain), 1.91 KB, created by
Martin Ebourne
on 2007-11-23 17:58:14 UTC
(
hide
)
Description:
spec changes for policy module
Filename:
MIME Type:
Creator:
Martin Ebourne
Created:
2007-11-23 17:58:14 UTC
Size:
1.91 KB
patch
obsolete
>--- pam_ssh.spec.orig 2007-08-23 10:40:55.000000000 +0100 >+++ pam_ssh.spec 2007-11-23 16:56:45.000000000 +0000 >@@ -1,8 +1,9 @@ > Name: pam_ssh > Version: 1.92 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: PAM module for use with SSH keys and ssh-agent > Source: http://downloads.sourceforge.net/pam-ssh/pam_ssh-%{version}.tar.bz2 >+Source1: %{name}.te > URL: http://sourceforge.net/projects/pam-ssh/ > Patch0: pam_ssh-1.91-getpwnam.patch > # put agent files in /var/run instead of the home directory to avoid >@@ -14,7 +15,9 @@ > License: BSD > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > Requires: openssh-clients >+Requires: policycoreutils > BuildRequires: pam-devel, openssh-clients, openssl-devel >+BuildRequires: selinux-policy-devel, checkpolicy > Group: System Environment/Base > > %description >@@ -43,11 +48,17 @@ > make clean > make %{?_smp_mflags} > >+mkdir selinux >+sed -e 's/VERSION/%{version}/' %{SOURCE1} > selinux/%{name}.te >+make -C selinux -f %{_datadir}/selinux/devel/Makefile >+ > %install > rm -rf $RPM_BUILD_ROOT > make install DESTDIR=$RPM_BUILD_ROOT > > install -d -m 755 $RPM_BUILD_ROOT/%{_localstatedir}/run/pam_ssh >+install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/selinux/packages/%{name} >+install -m 644 selinux/%{name}.pp $RPM_BUILD_ROOT%{_datadir}/selinux/packages/%{name}/%{name}.pp > > find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' > >@@ -60,8 +71,21 @@ > /%{_lib}/security/pam_ssh.so > %{_mandir}/man[^3]/pam_ssh* > %dir %{_localstatedir}/run/pam_ssh >+%dir %{_datadir}/selinux/packages/%{name} >+%{_datadir}/selinux/packages/%{name}/%{name}.pp >+ >+%post >+semodule -i %{_datadir}/selinux/packages/%{name}/%{name}.pp || : >+ >+%postun >+if [ "$1" -eq "0" ]; then >+ semodule -r %{module} || : >+fi > > %changelog >+* Thu Nov 15 2007 Martin Ebourne <martin@zepler.org> - 1.92-3 >+- Added SELinux policy module >+ > * Thu Aug 23 2007 Patrice Dumas <pertusus@free.fr> 1.92-2 > - update to 1.92 > - Fix #253959, CVE-2007-0844
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 397131
: 267751 |
267761