summaryrefslogtreecommitdiff
path: root/src/runcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runcon.c')
-rw-r--r--src/runcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runcon.c b/src/runcon.c
index d5ec57958..95b434a45 100644
--- a/src/runcon.c
+++ b/src/runcon.c
@@ -213,7 +213,7 @@ main (int argc, char **argv)
if (getfilecon (argv[optind], &file_context) == -1)
error (EXIT_FAILURE, errno,
_("failed to get security context of %s"),
- quote (argv[optind]));
+ quoteaf (argv[optind]));
/* compute result of process transition */
if (security_compute_create (cur_context, file_context,
string_to_security_class ("process"),