vishalmishra434 / rpms / openssh

Forked from rpms/openssh a month ago
Clone

0ebe96 Handle root logins the same way as other users (#1269072)

Authored and Committed by Jakub Jelen 9 years ago
    Handle root logins the same way as other users (#1269072)
    
    root users are unconfined by definition, but they can be limited by SELinux so having privilege separation still makes sense. As a consequence we can remove hunk that handled this condition if we skipped forking.