~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to changehat/mod_apparmor/mod_apparmor.c

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: mod_apparmor.c 14 2006-04-12 22:12:39Z steve-beattie $
2
 
 *
 
1
/*
3
2
 *   Copyright (c) 2004, 2005, 2006 NOVELL (All rights reserved)
4
3
 *
5
4
 *    The mod_apparmor module is licensed under the terms of the GNU
24
23
#include "apr_strings.h"
25
24
#include "apr_lib.h"
26
25
 
27
 
#ifndef USE_COMPAT_IMMUNIX_H
28
 
#include <sys/apparmor.h>
29
 
#else
30
 
#include <sys/immunix.h>
31
 
#endif
 
26
#include <apparmor.h>
32
27
#include <unistd.h>
33
28
 
34
29
/* #define DEBUG */