Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 724 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ed3b28ab8bf460a3a026f3f1782bf4c53840184
refs/heads/master: 736ec752d95e91e77cc0e8c97c057ab076ac2f51
20 changes: 20 additions & 0 deletions trunk/security/apparmor/include/policy_unpack.h
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 */
Loading

0 comments on commit 1da4775

Please sign in to comment.