containerd/snapshots/windows
Gabriel Adrian Samfira 6f0714efcb Use RunWithPrivileges
RunWithPrivileges() will enable privileges will lock a thread, change
privileges, and run the function passed in, within that thread. This
allows us to limit the scope in which we enable privileges and avoids
accidentally enabling privileges in threads that should never have them.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2023-04-06 17:06:50 -07:00
..
windows_test.go Run Windows snapshotter through the test suite 2023-03-31 06:15:18 -07:00
windows.go Use RunWithPrivileges 2023-04-06 17:06:50 -07:00