audit.h (3acfd5f54ca16c15c36ac2f218357f2707b7edb8) | audit.h (56974a6fcfef69ee0825bd66ed13e92070ac5224) |
---|---|
1/* 2 * AppArmor security module 3 * 4 * This file contains AppArmor auditing function definitions. 5 * 6 * Copyright (C) 1998-2008 Novell/SUSE 7 * Copyright 2009-2010 Canonical Ltd. 8 * --- 120 unchanged lines hidden (view full) --- 129 struct { 130 int rlim; 131 unsigned long max; 132 } rlim; 133 struct { 134 int signal; 135 int unmappedsig; 136 }; | 1/* 2 * AppArmor security module 3 * 4 * This file contains AppArmor auditing function definitions. 5 * 6 * Copyright (C) 1998-2008 Novell/SUSE 7 * Copyright 2009-2010 Canonical Ltd. 8 * --- 120 unchanged lines hidden (view full) --- 129 struct { 130 int rlim; 131 unsigned long max; 132 } rlim; 133 struct { 134 int signal; 135 int unmappedsig; 136 }; |
137 struct { 138 int type, protocol; 139 struct sock *peer_sk; 140 void *addr; 141 int addrlen; 142 } net; |
|
137 }; 138 }; 139 struct { 140 struct aa_profile *profile; 141 const char *ns; 142 long pos; 143 } iface; 144 struct { --- 42 unchanged lines hidden --- | 143 }; 144 }; 145 struct { 146 struct aa_profile *profile; 147 const char *ns; 148 long pos; 149 } iface; 150 struct { --- 42 unchanged lines hidden --- |