Hi, this is an interesting question. I hadn't even considered passive interfaces in the context of loopbacks before. Since passive simply controls which interfaces send hello and therefore form adjacencies, and since that isn't possible on a loopback, I assumed all loopbacks were implicitly passive.
However, I find that the output in CX is:
Codes: DR - Designated router BDR - Backup Designated router
Interface loopback0 is up, line protocol is up
-----------------------------------------------
VRF : default Process : 1
IP Address : 10.192.0.10/32 Area : 0.0.0.0
Status : Up Network Type : Loopback
Hello Interval : 10 sec Dead Interval : 40 sec
Transit Delay : 1 sec Retransmit Interval : 5 sec
BFD : Disabled Link Speed : NA
Cost Configured : NA Cost Calculated : NA
State/Type : Loopback Router Priority : 1
DR : No BDR : No
Link LSAs : 0 Checksum Sum : 0
Authentication : No Passive : No
Which suggests they are not passive. However they are network type loopback and so treated as a stub Host.
The only reason I can think of to alter this behaviour is described here where the operator wants this to not be advertised as a /32. However, turning OSPF off and importing directly connected networks should achieve the same?
So I can confirm with 10.10.x that there is no command to change the passive nature.
Maybe if you described the end goal you want to achieve the community might know of a way to achieve that outside of the passive command?