From: Thibault Godouet Date: Fri, 27 Dec 2024 16:05:37 +0000 (+0000) Subject: Stop using the SELinux deprecated security_context_t X-Git-Tag: ver3_3_3~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=098b60efce4f9924b268949fd9fdaa31b0ebe0ff;p=thirdparty%2Ffcron.git Stop using the SELinux deprecated security_context_t --- diff --git a/global.h b/global.h index 1e328fd..0b1feef 100644 --- a/global.h +++ b/global.h @@ -198,8 +198,8 @@ typedef struct cf_t { int cf_running; /* number of jobs running */ signed char cf_tzdiff; /* time diff between system and local hour */ #ifdef WITH_SELINUX - security_context_t cf_user_context; - security_context_t cf_file_context; + char *cf_user_context; + char *cf_file_context; #endif } cf_t;