source: trunk/server/fedora/specs/fuse-better-mousetrapfs.spec @ 2151

Last change on this file since 2151 was 2151, checked in by ezyang, 12 years ago
Package andersk's better-mousetrapfs
File size: 914 bytes
Line 
1Summary:        FUSE-Filesystem that logs and kills any accessors
2Group:          System Environment/Base
3Name:           fuse-better-mousetrapfs
4Version:        0
5Release:        1.%{scriptsversion}%{?dist}
6Vendor:         The scripts.mit.edu Team (scripts@mit.edu)
7URL:            http://scripts.mit.edu
8License:        BSD
9Source0:        %{name}.tar.gz
10
11Requires:       fuse >= 2.2
12Requires:       fuse-python
13
14%description
15This is a FUSE-filesystem client which logs and kills any accessors.
16It is useful for detecting compromised accounts which are performing
17filesystem scans.
18
19%prep
20%setup -q -n %{name}
21
22%build
23
24%install
25rm -rf %{buildroot}
26install -D better-mousetrapfs %{buildroot}/usr/local/sbin/better-mousetrapfs
27
28%clean
29rm -rf %{buildroot}
30
31%files
32%defattr(-,root,root,-)
33/usr/local/sbin/better-mousetrapfs
34
35%changelog
36* Mon Mar 26 2012 Edward Z. Yang <ezyang@mit.edu> - 0-1.2150
37- Initial release.
Note: See TracBrowser for help on using the repository browser.