~apparmor-dev/apparmor/master

« back to all changes in this revision

Viewing changes to profiles/apparmor.d/abstractions/svn-repositories

  • Committer: Steve Beattie
  • Date: 2019-02-19 09:38:13 UTC
  • Revision ID: sbeattie@ubuntu.com-20190219093813-ud526ee6hwn8nljz
The AppArmor project has been converted to git and is now hosted on
gitlab.

To get the converted repository, please do
  git clone https://gitlab.com/apparmor/apparmor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# ------------------------------------------------------------------
2
 
#
3
 
#    Copyright (C) 2002-2006 Novell/SUSE
4
 
#
5
 
#    This program is free software; you can redistribute it and/or
6
 
#    modify it under the terms of version 2 of the GNU General Public
7
 
#    License published by the Free Software Foundation.
8
 
#
9
 
# ------------------------------------------------------------------
10
 
 
11
 
  # This little snippet should abstract the read/write access to a repository.
12
 
  # it is intended to be included in profiles for svnserve/apache2 and maybe
13
 
  # some repository viewers like trac/viewvc
14
 
 
15
 
  # no hooks exec by default; please define whatever you need explicitely.
16
 
 
17
 
  /srv/svn/**/conf/* r,
18
 
  /srv/svn/**/format r,
19
 
  /srv/svn/**/db/fs-type r,
20
 
  /srv/svn/**/db/format r,
21
 
 
22
 
  # FSFS
23
 
  /srv/svn/**/db/ r,
24
 
  /srv/svn/**/db/uuid r,
25
 
  /srv/svn/**/db/write-lock rwl,
26
 
  /srv/svn/**/db/current rwl,
27
 
  /srv/svn/**/db/current*.tmp rwl,
28
 
  /srv/svn/**/db/revs/ r,
29
 
  /srv/svn/**/db/revs/* rw,
30
 
  /srv/svn/**/db/revprops/ r,
31
 
  /srv/svn/**/db/revprops/* rw,
32
 
  /srv/svn/**/db/transactions/** rw,
33
 
 
34
 
  # BDB
35
 
  /srv/svn/**/db/DB_CONFIG       r,
36
 
  /srv/svn/**/db/__db.[0-9]*     rwl,
37
 
  /srv/svn/**/db/log.[0-9]*      rwl,
38
 
  /srv/svn/**/db/nodes           rwl,
39
 
  /srv/svn/**/db/revisions       rwl,
40
 
  /srv/svn/**/db/transactions    rwl,
41
 
  /srv/svn/**/db/copies          rwl,
42
 
  /srv/svn/**/db/changes         rwl,
43
 
  /srv/svn/**/db/representations rwl,
44
 
  /srv/svn/**/db/strings         rwl,
45
 
  /srv/svn/**/db/uuids           rwl,
46
 
  /srv/svn/**/db/locks           rwl,
47
 
  /srv/svn/**/db/lock-tokens     rwl,
48
 
 
49
 
  # temp files
50
 
  /tmp/apr* rwl,
51
 
  /var/tmp/apr* rwl,
52
 
  /tmp/report*.tmp rwl,