~ubuntu-branches/ubuntu/hardy/apparmor/hardy-proposed

« back to all changes in this revision

Viewing changes to profiles/apparmor/profiles/extras/usr.lib.cups.backend.pipe

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-09-18 11:12:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918111250-3qufz5fx4qbi5xfl
Tags: 2.1+993-0ubuntu1
* new merge from upstream:
  * fixes to support new audit messages sent by the kernel module.
  * bump in minor library version for libapparmor.
* debian/control: Add perl libterm-readkey-perl and librpc-xml-perl
  dependencies for apparmor-utils. Fixes LP: #139757, LP: #139091.
* utils/SubDomain.pm: Re-enable RPC client for remote repositories.
* profiles/apparmor.d/sbin.syslogd: update profile.
  Fixes LP: #140672, LP: #140274.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Last Modified: Tue Aug 14 21:25:29 2007
2
 
#include <tunables/global>
3
 
/usr/lib/cups/backend/pipe  {
4
 
  #include <abstractions/base>
5
 
  #include <abstractions/perl>
6
 
 
7
 
  /usr/bin/perl ix,
8
 
  /usr/lib/cups/backend/pipe mr,
9
 
}