Skip to content

Commit

Permalink
fixup! sepolicy: Add ostree_sepolicy_new_at()
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Mar 18, 2017
1 parent 0921735 commit 65c1cbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libotutil/ot-fs-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ ot_fdrel_to_gfile (int dfd, const char *path)
g_autofree char *abspath = glnx_fdrel_abspath (dfd, path);
return g_file_new_for_path (abspath);
}
nt

int
ot_opendirat (int dfd, const char *path, gboolean follow)
{
int flags = O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_CLOEXEC | O_NOCTTY;
Expand Down

0 comments on commit 65c1cbf

Please sign in to comment.