Skip to content

crypto-policies NEXT policy is an alias for DEFAULT #10

Description

@rusty-snake

#Stronger Crypto
if [ -x /usr/bin/update-crypto-policies ]; then
echo "Do you want stricter crypto policies?";
select yn in "Yes" "No"; do
case $yn in
Yes )
update-crypto-policies --set NEXT;
break;;
No )
update-crypto-policies --set DEFAULT; #:TEST-PQ
break;;
esac
done
fi;

But the manpage in Fedora 41 says

NEXT
The NEXT policy is just an alias to the DEFAULT policy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions