Skip to content

Commit

Permalink
permit all user policies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Oct 18, 2023
1 parent ea3ee62 commit c3e0f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magick/policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1366,5 +1366,5 @@ static MagickBooleanType SetMagickSecurityPolicyValue(const PolicyDomain domain,
default:
break;
}
return(MagickFalse);
return(MagickTrue);
}

0 comments on commit c3e0f4a

Please sign in to comment.