提交 6676c1fc 编写于 作者: M Martin Kletzander

selinux: Use raw contexts 2

In commit 9674f2c6, I forgot to change
selabel_lookup with the other functions, so this one-liner does exactly
that.
上级 2cfa14bc
......@@ -901,7 +901,7 @@ getContext(const char *newpath, mode_t mode, security_context_t *fcon)
if (handle == NULL)
return -1;
ret = selabel_lookup(handle, fcon, newpath, mode);
ret = selabel_lookup_raw(handle, fcon, newpath, mode);
selabel_close(handle);
return ret;
#else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册