Searched refs:common_perm_rm (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/apparmor/
H A Dlsm.c277 * common_perm_rm - common permission wrapper for operations doing rm
285 static int common_perm_rm(const char *op, const struct path *dir, function
325 return common_perm_rm(OP_UNLINK, dir, dentry, AA_MAY_DELETE);
337 return common_perm_rm(OP_RMDIR, dir, dentry, AA_MAY_DELETE);

Completed in 296 milliseconds