gvisor/pkg/sentry/kernel/auth
Andrei Vagin 03ae91c662 gvisor: lockless read access for task credentials
Credentials are immutable and even before these changes we could read them
without locks, but we needed to take a task lock to get a credential object
from a task object.

It is possible to avoid this lock, if we will guarantee that a credential
object will not be changed after setting it on a task.

PiperOrigin-RevId: 254989492
2019-06-25 09:52:49 -07:00
..
BUILD gvisor: lockless read access for task credentials 2019-06-25 09:52:49 -07:00
auth.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
capability_set.go Update comment 2019-06-21 10:56:42 -07:00
context.go Update canonical repository. 2019-06-13 16:50:15 -07:00
credentials.go Update canonical repository. 2019-06-13 16:50:15 -07:00
id.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
id_map.go Update canonical repository. 2019-06-13 16:50:15 -07:00
id_map_functions.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
user_namespace.go Update canonical repository. 2019-06-13 16:50:15 -07:00