Merge pull request #2514 from lucab/ups/drop-setenv
libostree/sepolicy: get rid of a g_setenv() call
This commit is contained in:
commit
8aeceb9b88
|
|
@ -422,10 +422,6 @@ initable_init (GInitable *initable,
|
|||
{
|
||||
const char *policy_rootpath = gs_file_get_path_cached (policy_root);
|
||||
|
||||
/* TODO(lucab): get rid of this setenv(), it may be unsafe in a multi-thread context. */
|
||||
if (!g_setenv ("LIBSELINUX_DISABLE_PCRE_PRECOMPILED", "1", FALSE))
|
||||
return glnx_throw (error, "Failed to set environment variable LIBSELINUX_DISABLE_PCRE_PRECOMPILED");
|
||||
|
||||
if (selinux_set_policy_root (policy_rootpath) != 0)
|
||||
return glnx_throw_errno_prefix (error, "selinux_set_policy_root(%s)", policy_rootpath);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue