Permission denied when i try to vault audit enable file

Hello All,

Can someone help me here
I want to apply below password restriction policy to the Cipher AD. Can someone help me here for the CLI commands :-1:

length = 14
rule “charset” {
charset = “abcdefghijklmnopqrstuvwxyz”
min-chars = 1
}
rule “charset” {
charset = “ABCDEFGHIJKLMNOPQRSTUVWXYZ”
min-chars = 1
}
rule “charset” {
charset = “0123456789”
min-chars = 1
}
rule “charset” {
charset = “#$_@”
min-chars = 1
}

Please do not post new questions in old unrelated topics. It just makes for a confusing experience for everyone. Start a new topic for a new unrelated question.