commit | 8068866c4af124345e2a129be921278aada7830f | [log] [tgz] |
---|---|---|
author | Jann Horn <jannh@google.com> | Wed Apr 10 09:55:41 2019 -0700 |
committer | Micah Morton <mortonm@chromium.org> | Mon Jul 15 08:06:58 2019 -0700 |
tree | 90c2257973f71d811392404a2d506002d8f4012e | |
parent | 1cd02a27a9473fed0294561137cfb7dcc9b3aaa0 [diff] |
LSM: SafeSetID: refactor safesetid_security_capable() At the moment, safesetid_security_capable() has two nested conditional blocks, and one big comment for all the logic. Chop it up and reduce the amount of indentation. Signed-off-by: Jann Horn <jannh@google.com> Signed-off-by: Micah Morton <mortonm@chromium.org>