Skip to content
  • Eric Paris's avatar
    capabilities: reverse arguments to security_capable · b7e724d3
    Eric Paris authored
    
    
    security_capable takes ns, cred, cap.  But the LSM capable() hook takes
    cred, ns, cap.  The capability helper functions also take cred, ns, cap.
    Rather than flip argument order just to flip it back, leave them alone.
    Heck, this should be a little faster since argument will be in the right
    place!
    
    Signed-off-by: default avatarEric Paris <eparis@redhat.com>
    b7e724d3