Searched defs:security_operations (Results 1 – 1 of 1) sorted by relevance
1374 struct security_operations { struct1375 char name[SECURITY_NAME_MAX + 1];1377 int (*ptrace_access_check) (struct task_struct *child, unsigned int mode);1378 int (*ptrace_traceme) (struct task_struct *parent);1379 int (*capget) (struct task_struct *target,1382 int (*capset) (struct cred *new,1387 int (*capable) (const struct cred *cred, struct user_namespace *ns,1389 int (*quotactl) (int cmds, int type, int id, struct super_block *sb);1390 int (*quota_on) (struct dentry *dentry);1391 int (*syslog) (int type);[all …]