mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
security: remove dead hook task_setgroups
Unused hook. Remove. Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
06ad187e28
commit
6307f8fee2
4 changed files with 0 additions and 29 deletions
|
@ -759,11 +759,6 @@ void security_task_getsecid(struct task_struct *p, u32 *secid)
|
|||
}
|
||||
EXPORT_SYMBOL(security_task_getsecid);
|
||||
|
||||
int security_task_setgroups(struct group_info *group_info)
|
||||
{
|
||||
return security_ops->task_setgroups(group_info);
|
||||
}
|
||||
|
||||
int security_task_setnice(struct task_struct *p, int nice)
|
||||
{
|
||||
return security_ops->task_setnice(p, nice);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue