chiark / gitweb /
config_parse_set_status: put signals in the correct set
[elogind.git] / src / core / ima-setup.c
index 8e4fed17e7fc327d5356234468e810539fe1b30d..0e0d16a7c98c6d2a16e0d61281be7a437bb86257 100644 (file)
@@ -66,7 +66,7 @@ int ima_setup(void) {
                 return 0;
         }
 
-        r = copy_bytes(policyfd, imafd, -1);
+        r = copy_bytes(policyfd, imafd, (off_t) -1, false);
         if (r < 0)
                 log_error_errno(r, "Failed to load the IMA custom policy file "IMA_POLICY_PATH": %m");
         else