~ubuntu-branches/ubuntu/raring/quassel/raring-proposed

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
# Author: Felix Geyer <debfx@ubuntu.com>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License published by the Free Software Foundation.

#include <tunables/global>

/usr/bin/quasselcore {
  #include <abstractions/base>
  #include <abstractions/nameservice>
  #include <abstractions/user-tmp>
  #include <abstractions/ssl_certs>

  /var/lib/quassel/ rw,
  /var/lib/quassel/** rwk,

  /var/log/quassel/* rw,

  /etc/xdg/Trolltech.conf r,
  deny /etc/xdg/Trolltech.conf k,
  /etc/ssl/openssl.cnf r,
  /usr/lib/ssl/openssl.cnf r,

  # Site-specific additions and overrides. See local/README for details.
  #include <local/usr.bin.quasselcore>
}