diff --git a/Sources/ContainerResource/Container/ProcessConfiguration.swift b/Sources/ContainerResource/Container/ProcessConfiguration.swift index 73bf7c53..856b0dba 100644 --- a/Sources/ContainerResource/Container/ProcessConfiguration.swift +++ b/Sources/ContainerResource/Container/ProcessConfiguration.swift @@ -53,7 +53,7 @@ public struct ProcessConfiguration: Sendable, Codable { } /// The User information for a Process. - public enum User: Sendable, Codable, CustomStringConvertible { + public enum User: Sendable, Codable, CustomStringConvertible, Equatable { /// Given the raw user string of the form or or lookup the uid/gid within /// the container before setting it for the Process. case raw(userString: String)