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

/linux-master/security/selinux/
H A Dselinuxfs.c730 char *oldcon = NULL, *newcon = NULL, *taskcon = NULL; local
766 taskcon = kzalloc(count + 1, GFP_KERNEL);
767 if (!taskcon)
771 if (sscanf(req, "%s %s %hu %s", oldcon, newcon, &tclass, taskcon) != 4)
782 rc = security_context_str_to_sid(taskcon, &tsid, GFP_KERNEL);
793 kfree(taskcon);

Completed in 91 milliseconds