-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 201912 b: refs/heads/master c: 736ec75 h: refs/heads/master v: v3
- Loading branch information
John Johansen
authored and
James Morris
committed
Aug 2, 2010
1 parent
6372d69
commit 1da4775
Showing
3 changed files
with
724 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0ed3b28ab8bf460a3a026f3f1782bf4c53840184 | ||
refs/heads/master: 736ec752d95e91e77cc0e8c97c057ab076ac2f51 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* AppArmor security module | ||
* | ||
* This file contains AppArmor policy loading interface function definitions. | ||
* | ||
* Copyright (C) 1998-2008 Novell/SUSE | ||
* Copyright 2009-2010 Canonical Ltd. | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
* modify it under the terms of the GNU General Public License as | ||
* published by the Free Software Foundation, version 2 of the | ||
* License. | ||
*/ | ||
|
||
#ifndef __POLICY_INTERFACE_H | ||
#define __POLICY_INTERFACE_H | ||
|
||
struct aa_profile *aa_unpack(void *udata, size_t size, const char **ns); | ||
|
||
#endif /* __POLICY_INTERFACE_H */ |
Oops, something went wrong.