Ubuntu Pastebin

Paste from sarnold at Thu, 5 Feb 2015 00:26:40 +0000

Download as text
 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
# Last Modified: Thu Oct 25 09:16:30 2012
#include <tunables/global>

/usr/bin/irssi {
  #include <abstractions/base>
  #include <abstractions/nameservice>

#  /bin/sh ix,
#  /bin/bash ix,
#  /bin/dash ix,
#  /usr/bin/uptime Ux,
#  /usr/bin/pastebinit Ux,


  /etc/irssi.conf r,
  /home/*/.irssi/ w,
  /proc/ r,
  /usr/lib/perl/*/auto/**.so mr,
  /usr/lib/perl5/auto/Irssi/*/*.so mr,
  /usr/lib/perl5/auto/Irssi/Irssi.so mr,
  /usr/share/irssi/** r,
  /usr/share/perl/**/*.pm r,
  /usr/share/perl5/**/*.pm r,
  /usr/share/perl5/LWP.pm r,
  /usr/share/perl5/URI.pm r,
  owner @{HOME}/.irssi/ r,
  owner @{HOME}/.irssi/** rw,
  owner @{HOME}/.irclogs/ r,
  owner @{HOME}/.irclogs/** rwl,
  owner @{HOME}/.irssi/away.log k,

}
Download as text