Skip to content

Commit

Permalink
security: remove broken and useless declarations
Browse files Browse the repository at this point in the history
Remove broken declarations for security_capable* functions,
which were not needed anyway.

Signed-off-by: James Morris <[email protected]>
  • Loading branch information
James Morris committed Nov 12, 2008
1 parent 0667467 commit 92a77aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/capability.h
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,6 @@ extern const kernel_cap_t __cap_init_eff_set;

kernel_cap_t cap_set_effective(const kernel_cap_t pE_new);

extern int security_capable(struct task_struct *t, int cap);
extern int security_capable_noaudit(struct task_struct *t, int cap);
/**
* has_capability - Determine if a task has a superior capability available
* @t: The task in question
Expand Down

0 comments on commit 92a77aa

Please sign in to comment.