generator.ml: use new "Pathname" designation
[libguestfs.git] / daemon / selinux.c
index 6e2b347..ad5eaa1 100644 (file)
@@ -37,7 +37,7 @@
  * - enforcing=0
  */
 int
-do_setcon (char *context)
+do_setcon (const char *context)
 {
 #ifdef HAVE_SETCON
   if (setcon ((char *) context) == -1) {