aboutsummaryrefslogtreecommitdiff
path: root/selinux
diff options
context:
space:
mode:
Diffstat (limited to 'selinux')
-rw-r--r--selinux/setfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/setfiles.c b/selinux/setfiles.c
index fca698296..8da47d274 100644
--- a/selinux/setfiles.c
+++ b/selinux/setfiles.c
@@ -679,7 +679,7 @@ int setfiles_main(int argc UNUSED_PARAM, char **argv)
679 bb_show_usage(); 679 bb_show_usage();
680 xstat(argv[0], &sb); 680 xstat(argv[0], &sb);
681 if (!S_ISREG(sb.st_mode)) { 681 if (!S_ISREG(sb.st_mode)) {
682 bb_error_msg_and_die("spec file %s is not a regular file", argv[0]); 682 bb_error_msg_and_die("'%s' is not a regular file", argv[0]);
683 } 683 }
684 /* Load the file contexts configuration and check it. */ 684 /* Load the file contexts configuration and check it. */
685 rc = matchpathcon_init(argv[0]); 685 rc = matchpathcon_init(argv[0]);