|
|
@@ -514,7 +514,7 @@ tarobject_set_se_context(const char *matchpath, const char *path, mode_t mode)
|
|
|
if (strcmp(scontext, "<<none>>") != 0) {
|
|
|
ret = lsetfilecon_raw(path, scontext);
|
|
|
if (ret < 0 && errno != ENOTSUP)
|
|
|
- ohshite("cannot set security context for file object '%s'", path);
|
|
|
+ ohshite(_("cannot set security context for file object '%s'"), path);
|
|
|
}
|
|
|
|
|
|
freecon(scontext);
|