We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89efed6 commit f70f1adCopy full SHA for f70f1ad
pkg/csplugin/utils.go
@@ -118,7 +118,7 @@ func pluginIsValid(path string) error {
118
if err != nil {
119
return fmt.Errorf("while looking up the current uid: %w", err)
120
}
121
- stat := details.Sys().(*unix.Stat_t)
+ stat := details.Sys().(*syscall.Stat_t)
122
if stat.Uid != currentUID {
123
return fmt.Errorf("plugin at %s is not owned by user '%s'", path, currentUser.Username)
124
0 commit comments