Searched refs:kill (Results 1 – 1 of 1) sorted by relevance
1770 int kill = 0; in should_remove_suid() local1774 kill = ATTR_KILL_SUID; in should_remove_suid()1781 kill |= ATTR_KILL_SGID; in should_remove_suid()1783 if (unlikely(kill && !capable(CAP_FSETID) && S_ISREG(mode))) in should_remove_suid()1784 return kill; in should_remove_suid()1790 static int __remove_suid(struct dentry *dentry, int kill) in __remove_suid() argument1794 newattrs.ia_valid = ATTR_FORCE | kill; in __remove_suid()