• antirez's avatar
    ACL: ignore modules commands when adding categories. · d4890c20
    antirez authored
    We can't trust modules commands flagging, so module commands must be
    always explicitly added, with the exception of +@all that will include
    everything. However something like +@readonly should not include command
    from modules that may be potentially dangerous: our categories must be
    safe and reliable and modules may not be like that.
    d4890c20
acl.c 56.5 KB