Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/
H A Ddevice_cgroup.c395 * verify_new_ex - verifies if a new exception is allowed by parent cgroup's permissions
403 static bool verify_new_ex(struct dev_cgroup *dev_cgroup, in verify_new_ex() function
411 "device_cgroup:verify_new_ex called without proper synchronization"); in verify_new_ex()
468 return verify_new_ex(parent, ex, childcg->behavior); in parent_has_perm()
/kernel/linux/linux-6.6/security/
H A Ddevice_cgroup.c396 * verify_new_ex - verifies if a new exception is allowed by parent cgroup's permissions
404 static bool verify_new_ex(struct dev_cgroup *dev_cgroup, in verify_new_ex() function
412 "device_cgroup:verify_new_ex called without proper synchronization"); in verify_new_ex()
469 return verify_new_ex(parent, ex, childcg->behavior); in parent_has_perm()

Completed in 3 milliseconds