for _, device := range p.PluginObj.Config.Linux.Devices {
            // found the device in the config
            if device.Name == s.name {
                // is it settable ?
                if ok, err := s.isSettable(allowedSettableFieldsDevices, device.Settable); err != nil {