|
|
@ -336,7 +336,7 @@ type (
|
|
|
|
// Whether non-administrator should be able to use container capabilities
|
|
|
|
// Whether non-administrator should be able to use container capabilities
|
|
|
|
AllowContainerCapabilitiesForRegularUsers bool `json:"allowContainerCapabilitiesForRegularUsers" example:"true"`
|
|
|
|
AllowContainerCapabilitiesForRegularUsers bool `json:"allowContainerCapabilitiesForRegularUsers" example:"true"`
|
|
|
|
// Whether non-administrator should be able to use sysctl settings
|
|
|
|
// Whether non-administrator should be able to use sysctl settings
|
|
|
|
AllowSysctlSettingForRegularUsers bool `json:"AllowSysctlSettingForRegularUsers" example:"true"`
|
|
|
|
AllowSysctlSettingForRegularUsers bool `json:"allowSysctlSettingForRegularUsers" example:"true"`
|
|
|
|
// Whether host management features are enabled
|
|
|
|
// Whether host management features are enabled
|
|
|
|
EnableHostManagementFeatures bool `json:"enableHostManagementFeatures" example:"true"`
|
|
|
|
EnableHostManagementFeatures bool `json:"enableHostManagementFeatures" example:"true"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|