search for: 12796a7

Displaying 1 result from an estimated 1 matches for "12796a7".

2012 Oct 24
1
[PATCH] NEW API: add a new api restorecon
...r = commandv (NULL, &err, argv); + free (buf); + if (exdir) free (exdir); + if (r == -1) { + reply_with_error ("%s: %s", pathname, err); + free (err); + return -1; + } + + free (err); + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index 71aee37..12796a7 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -10241,6 +10241,31 @@ If the optional C<suffix> parameter is given, then the suffix See also: C<guestfs_mkdtemp>." }; + { defaults with + name = "restorecon"; + style = RErr, [Pathname "pathn...