OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Oct-2003 16:52:15
Branch: HEAD Handle: 2003100315521500
Modified files:
openpkg-src/nessus-tool nessus-tool.spec
Log:
the nessusd.conf file can contain passwords, so protect is a little
bit better
Summary:
Revision Changes Path
1.7 +2 -1 openpkg-src/nessus-tool/nessus-tool.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nessus-tool/nessus-tool.spec
============================================================================
$ cvs diff -u -r1.6 -r1.7 nessus-tool.spec
--- openpkg-src/nessus-tool/nessus-tool.spec 3 Oct 2003 14:44:42 -0000 1.6
+++ openpkg-src/nessus-tool/nessus-tool.spec 3 Oct 2003 14:52:15 -0000 1.7
@@ -147,7 +147,8 @@
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
- '%config %{l_prefix}/etc/nessus/*'
+ '%config %{l_prefix}/etc/nessus/*' \
+ '%config %attr(0600,%{l_musr},%{l_mgrp})
%{l_prefix}/etc/nessus/nessusd.conf'
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]