Skip to content

Commit

Permalink
feat: testing user sync on yocto devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tokurz committed Sep 30, 2024
1 parent 795dab7 commit ecc1d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/api_users.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func logoutUser(c *Command, r *http.Request, user *auth.UserState) Response {
}

// this might need to become a function, if having user admin becomes a config option
var hasUserAdmin = !release.OnClassic
var hasUserAdmin = true //!release.OnClassic

const noUserAdmin = "system user administration via snapd is not allowed on this system"

Expand Down

0 comments on commit ecc1d5c

Please sign in to comment.