]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
security: No more permenant privilege dropping
authorJoseph Richey <joerichey94@gmail.com>
Fri, 1 Sep 2017 07:50:42 +0000 (00:50 -0700)
committerJoseph Richey <joerichey94@gmail.com>
Fri, 1 Sep 2017 07:50:42 +0000 (00:50 -0700)
commitd5f64c1ecd8f13f01681d0a18b8f3174ff9bd225
tree704adcc4a24ad495893b70c0d1e2a787db04effd
parent3432f5757293dda39b9fa936a717160cd788ab68
security: No more permenant privilege dropping

This was creating an issue becasuse fully dropping privileges required
spawning a goroutine and using rutime.DropOSThread().
pam/pam.go
security/privileges.go