Skip to content

Commit

Permalink
fixed package description (was a small in package template), fixed le…
Browse files Browse the repository at this point in the history
…ading spaces
  • Loading branch information
Patrick Schleizer committed May 21, 2014
1 parent cf94032 commit 08de0fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion debian/control
Expand Up @@ -16,6 +16,5 @@ Package: apparmor-profile-xchat
Architecture: all
Depends: ${misc:Depends}, apparmor
Description: AppArmor profile for XChat IRC.
.
An AppArmor profile to confine XChat IRC. This profile
is developed by the Whonix team. XChat IRC is developed by xchat.org.
16 changes: 8 additions & 8 deletions etc/apparmor.d/usr.bin.xchat
Expand Up @@ -9,20 +9,20 @@
#include <abstractions/gnome>
#include <abstractions/X>
#include <abstractions/audio>

deny @{PROC}/** r,

@{HOME}/ r,
@{HOME}/.config/** rwk,
@{HOME}/.xchat2/ r,
@{HOME}/.xchat2/** rwixk,
@{HOME}/.kde/share/config/gtkrc-2.0 r,

/bin/grep rix,
/bin/uname rix,
/bin/mkdir rix,
/bin/rm rix,

/dev/tty rwix,

/etc/passwd r,
Expand All @@ -32,9 +32,9 @@
/etc/nsswitch.conf r,
/etc/ld.so.cache r,
/etc/xdg/xfce4/helpers.rc r,

/lib/i386-linux-gnu/** mr,

/usr/bin/xchat rix,
/usr/bin/xdg-open rix,
/usr/bin/dbus-send rix,
Expand All @@ -46,11 +46,11 @@
/usr/bin/basename rix,
/usr/bin/kde4-config rix,
/usr/bin/aplay rix,

/usr/lib/i386-linux-gnu/** mrix,
/usr/lib/xchat/plugins/* mr,
/usr/lib/perl*/** mr,

/usr/share/icons/** r,
/usr/share/enchant/* r,
/usr/share/myspell/dicts/ r,
Expand Down

0 comments on commit 08de0fa

Please sign in to comment.