Home
last modified time | relevance | path

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

/linux/security/selinux/
H A Dselinuxfs.c791 char *scon = NULL, *tcon = NULL; in sel_write_access()
803 scon = kzalloc(size + 1, GFP_KERNEL); in sel_write_access()
804 if (!scon) in sel_write_access()
813 if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) in sel_write_access()
816 length = security_context_str_to_sid(scon, &ssid, GFP_KERNEL); in sel_write_access()
833 kfree(scon); in sel_write_access()
839 char *scon = NULL, *tcon = NULL; in sel_write_create()
855 scon = kzalloc(size + 1, GFP_KERNEL); in sel_write_create()
856 if (!scon) in sel_write_create()
870 nargs = sscanf(buf, "%s %s %hu %s", scon, tco in sel_write_create()
793 char *scon = NULL, *tcon = NULL; sel_write_access() local
841 char *scon = NULL, *tcon = NULL; sel_write_create() local
942 char *scon = NULL, *tcon = NULL; sel_write_relabel() local
1009 char *scon = NULL, *tcon = NULL; sel_write_member() local
[all...]
/linux/arch/mips/mti-malta/
H A Dmalta-dtshim.c39 int scon = MIPS_REVISION_SCONID; in malta_scon() local
41 if (scon != MIPS_REVISION_SCON_OTHER) in malta_scon()
42 return scon; in malta_scon()