X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fselinux.c;h=ad5eaa15fb1f4f9d27f14a2ae4f88c4c0b3c7f85;hb=08c27722647d14a30648dd02e221e1e803d1189e;hp=6e2b347eb73e4258cafa5f22eda8a0431a869c1a;hpb=67a679afb17747b5ec392e56cf6121b085b38a3a;p=libguestfs.git diff --git a/daemon/selinux.c b/daemon/selinux.c index 6e2b347..ad5eaa1 100644 --- a/daemon/selinux.c +++ b/daemon/selinux.c @@ -37,7 +37,7 @@ * - enforcing=0 */ int -do_setcon (char *context) +do_setcon (const char *context) { #ifdef HAVE_SETCON if (setcon ((char *) context) == -1) {