diff options
| -rw-r--r-- | security/apparmor/lsm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c index ec1bcecf2cd..3d2fd141dff 100644 --- a/security/apparmor/lsm.c +++ b/security/apparmor/lsm.c @@ -612,7 +612,7 @@ static int apparmor_setprocattr(struct task_struct *task, char *name,  static int apparmor_task_setrlimit(struct task_struct *task,  		unsigned int resource, struct rlimit *new_rlim)  { -	struct aa_profile *profile = aa_current_profile(); +	struct aa_profile *profile = __aa_current_profile();  	int error = 0;  	if (!unconfined(profile))  |