~ubuntu-branches/ubuntu/raring/apparmor/raring

« back to all changes in this revision

Viewing changes to changehat/libapparmor/apparmor.h

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-03-23 16:42:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070323164201-jkax6f0oku087b7l
Tags: upstream-2.0.1+510.dfsg
ImportĀ upstreamĀ versionĀ 2.0.1+510.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*   $Id: apparmor.h 132 2006-09-28 07:45:55Z steve-beattie $
 
2
 
 
3
     Copyright (c) 2003, 2004, 2005, 2006 Novell, Inc. (All rights reserved)
 
4
 
 
5
     The libapparmor library is licensed under the terms of the GNU
 
6
     Lesser General Public License, version 2.1. Please see the file
 
7
     COPYING.LGPL.
 
8
*/
 
9
 
 
10
#ifndef _SYS_APPARMOR_H_
 
11
#define _SYS_APPARMOR_H 1
 
12
 
 
13
__BEGIN_DECLS
 
14
 
 
15
/* Prototype for change_hat as defined by the AppArmor project
 
16
   <http://forge.novell.com/modules/xfmod/project/?apparmor>
 
17
   Please see the change_hat(2) manpage for information. */
 
18
 
 
19
extern int change_hat(const char *subprofile, unsigned int magic_token);
 
20
 
 
21
__END_DECLS
 
22
 
 
23
#endif  /* sys/apparmor.h */