commit | a20aa95fbe1abb4c6f333a1f55e9fd15b01c7f12 | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Mon Jan 16 00:42:59 2017 -0800 |
committer | John Johansen <john.johansen@canonical.com> | Mon Jan 16 01:18:45 2017 -0800 |
tree | b3a7316e235e2281d0e02a958dc6d29b63ada8f7 | |
parent | b7fd2c0340eacbee892425e9007647568b7f2a3c [diff] |
apparmor: fail task profile update if current_cred isn't real_cred Trying to update the task cred while the task current cred is not the real cred will result in an error at the cred layer. Avoid this by failing early and delaying the update. Signed-off-by: John Johansen <john.johansen@canonical.com>