Searched defs:scon (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dselinuxfs.c710 char *scon = NULL, *tcon = NULL; local
721 scon = kzalloc(size + 1, GFP_KERNEL);
722 if (!scon)
731 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3)
734 length = security_context_to_sid(scon, strlen(scon) + 1, &ssid,
753 kfree(scon);
759 char *scon = NULL, *tcon = NULL; local
773 scon = kzalloc(size + 1, GFP_KERNEL);
774 if (!scon)
860 char *scon = NULL, *tcon = NULL; local
978 char *scon = NULL, *tcon = NULL; local
[all...]

Completed in 98 milliseconds