diff options
Diffstat (limited to 'libbb/selinux_common.c')
-rw-r--r-- | libbb/selinux_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/selinux_common.c b/libbb/selinux_common.c index c2585557f..f917a1c6a 100644 --- a/libbb/selinux_common.c +++ b/libbb/selinux_common.c | |||
@@ -48,7 +48,7 @@ void FAST_FUNC selinux_preserve_fcontext(int fdesc) | |||
48 | if (fgetfilecon(fdesc, &context) < 0) { | 48 | if (fgetfilecon(fdesc, &context) < 0) { |
49 | if (errno == ENODATA || errno == ENOTSUP) | 49 | if (errno == ENODATA || errno == ENOTSUP) |
50 | return; | 50 | return; |
51 | bb_perror_msg_and_die("fgetfilecon failed"); | 51 | bb_simple_perror_msg_and_die("fgetfilecon failed"); |
52 | } | 52 | } |
53 | setfscreatecon_or_die(context); | 53 | setfscreatecon_or_die(context); |
54 | freecon(context); | 54 | freecon(context); |