5e17edf CONFIG: Add secrets responder to the allowed sections

1 file Authored by fidencio 7 years ago, Committed by jhrozek 7 years ago,
    CONFIG: Add secrets responder to the allowed sections
    
    The regular expression used is quite specific for the two cases we
    support:
    - [secrets]
    - [secrets/users/$uid]
    
    It could be done a bit more generic, but the way it's right now it can
    easily catch errors like: [secrets/usrs/$uid] or [secrets/].
    
    Related:
    https://fedorahosted.org/sssd/ticket/3207
    
    Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+1 -0