Searched refs:secctx (Results 1 – 4 of 4) sorted by relevance
25 _enter("{%s}", cache->secctx); in cachefiles_get_security_ID()33 if (cache->secctx) { in cachefiles_get_security_ID()34 ret = set_security_override_from_ctx(new, cache->secctx); in cachefiles_get_security_ID()
502 char *secctx; in cachefiles_daemon_secctx() local511 if (cache->secctx) { in cachefiles_daemon_secctx()516 secctx = kstrdup(args, GFP_KERNEL); in cachefiles_daemon_secctx()517 if (!secctx) in cachefiles_daemon_secctx()520 cache->secctx = secctx; in cachefiles_daemon_secctx()
277 kfree(cache->secctx); in cachefiles_daemon_unbind()
83 char *secctx; /* LSM security context */ member