Home
last modified time | relevance | path

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

/security/selinux/
Dselinuxfs.c569 char *canon = NULL; in sel_write_context() local
581 length = security_sid_to_context(sid, &canon, &len); in sel_write_context()
592 memcpy(buf, canon, len); in sel_write_context()
595 kfree(canon); in sel_write_context()