← Rule catalog

Clippy · Security

clippy::permissions_set_readonly_false

Set explicit Unix permission bits instead of clearing readonly on Unix.

Category
Security
Default level
warn
Tier
P1
Producer
Clippy

What it reads

Clippy, with the compiler behind it. The only pass that compiles.

Tier

Serious: worth interrupting other work for.

The tier bounds how severe a rule may be; its category bounds the tier.

Change it

Turn it off, or make it blocking, without touching the code it flags:

rust-doctor --rule clippy::permissions_set_readonly_false=off .
rust-doctor --rule clippy::permissions_set_readonly_false=error .

Set it once in rust-doctor.toml

Upstream

Clippy's own documentation for this lint

Other Security rules