summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2005-05-11 07:45:45 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2933ca62e06ed93d7a5d060bf087d66345fe4d17 (patch)
treee8e81f0c29ac34a63264186026eac6e89f0e84e6
parentb0f7057199b135cbc7fafc7daf7194a233c331aa (diff)
downloadsudosh-2933ca62e06ed93d7a5d060bf087d66345fe4d17.zip
sudosh-2933ca62e06ed93d7a5d060bf087d66345fe4d17.tar.gz
- little security: sticky bit to log directory, as it's already world writable
Changed files: sudosh.spec -> 1.5
-rw-r--r--sudosh.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/sudosh.spec b/sudosh.spec
index 6c91e5a..da758c6 100644
--- a/sudosh.spec
+++ b/sudosh.spec
@@ -2,7 +2,7 @@ Summary: sudo shell
Summary(pl): Pow³oka sudo
Name: sudosh
Version: 1.6.1
-Release: 0.2
+Release: 0.3
License: Open Software License v2.0
Group: Applications/Shells
Source0: http://dl.sourceforge.net/sudosh/%{name}-%{version}.tar.gz
@@ -55,4 +55,4 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man8/*
-%attr(733,root,root) %dir /var/log/%{name}
+%attr(1733,root,root) %dir /var/log/%{name}