Home
last modified time | relevance | path

Searched refs:task_profile (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/security/apparmor/
Dresource.c94 struct aa_profile *task_profile; in aa_task_setrlimit() local
98 task_profile = aa_get_profile(aa_cred_profile(__task_cred(task))); in aa_task_setrlimit()
106 if (profile != task_profile || in aa_task_setrlimit()
111 aa_put_profile(task_profile); in aa_task_setrlimit()