-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdapper-oz-profiles.spec
More file actions
61 lines (47 loc) · 1.82 KB
/
dapper-oz-profiles.spec
File metadata and controls
61 lines (47 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Name: dapper-oz-profiles
Version: 1
Release: 20
Summary: Dapper Linux OZ Sandboxing Profiles
URL: https://github.com/dapperlinux/dapper-oz-profiles
License: GPLv3+
BuildArch: noarch
Source0: %{name}-%{version}.tar.xz
%description
Dapper Oz Profiles are used by the oz sandboxing framework and dictate how sandboxes are constructed for
specific applications.
%prep
%autosetup
%build
%install
mkdir -p %{buildroot}%{_sysconfdir}/oz
mkdir -p %{buildroot}%{_sharedstatedir}/oz/cells.d/
mkdir -p %{buildroot}%{_bindir}
cp profiles/generic-blacklist.seccomp %{buildroot}%{_sysconfdir}/oz/
cp profiles/* %{buildroot}%{_sharedstatedir}/oz/cells.d/
install -m 755 dapper-oz-install %{buildroot}%{_bindir}
install -m 755 dapper-oz-uninstall %{buildroot}%{_bindir}
%posttrans
dapper-oz-install
%preun
dapper-oz-uninstall
%files
%license LICENSE
%{_sysconfdir}/oz/generic-blacklist.seccomp
%{_sharedstatedir}/oz/cells.d/*
%{_bindir}/dapper-oz-install
%{_bindir}/dapper-oz-uninstall
%changelog
* Wed Sep 6 2017 Matthew Ruffell <msr50@uclive.ac.nz>
- Removed %u etc from sed commands to get entire file easier. Changed liferea file name.
* Sun Sep 3 2017 Matthew Ruffell <msr50@uclive.ac.nz>
- Added file existance checks to install / uninstall
* Fri Aug 11 2017 Matthew Ruffell <msr50@uclive.ac.nz>
- Added evolution and added nautilus as default sandboxed.
* Tue Jun 20 2017 Matthew Ruffell <msr50@uclive.ac.nz>
- Added krita and scribus. Enabled blacklists for mozilla products, fixed some networking things
* Wed Feb 22 2017 Matthew Ruffell <msr50@uclive.ac.nz>
- Added gedit and pdfshuffler. Fixed dbus autostart problems. Removed blacklists for mozilla products.
* Wed Feb 15 2017 Matthew Ruffell <msr50@uclive.ac.nz>
- Added many more profiles and install scripts
* Fri Dec 16 2016 Matthew Ruffell <msr50@uclive.ac.nz>
- Initial profile packaging