mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
security: remove broken and useless declarations
Remove broken declarations for security_capable* functions, which were not needed anyway. Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
066746796b
commit
92a77aac98
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
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
|
* has_capability - Determine if a task has a superior capability available
|
||||||
* @t: The task in question
|
* @t: The task in question
|
||||||
|
|
Loading…
Reference in a new issue