diff options
Diffstat (limited to 'security/apparmor/include/capability.h')
| -rw-r--r-- | security/apparmor/include/capability.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/security/apparmor/include/capability.h b/security/apparmor/include/capability.h index 2e7c9d6a2f3..fc3fa381d85 100644 --- a/security/apparmor/include/capability.h +++ b/security/apparmor/include/capability.h @@ -4,7 +4,7 @@   * This file contains AppArmor capability mediation definitions.   *   * Copyright (C) 1998-2008 Novell/SUSE - * Copyright 2009-2010 Canonical Ltd. + * Copyright 2009-2013 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 @@ -38,8 +38,7 @@ struct aa_caps {  extern struct aa_fs_entry aa_fs_entry_caps[]; -int aa_capable(struct task_struct *task, struct aa_profile *profile, int cap, -	       int audit); +int aa_capable(struct aa_profile *profile, int cap, int audit);  static inline void aa_free_cap_rules(struct aa_caps *caps)  {  | 
