mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
chore: Cleanup sandbox registry
This commit is contained in:
+1
-1
@@ -99,6 +99,6 @@ type ProfileRegistry interface {
|
||||
}
|
||||
|
||||
// NewProfileRegistry creates a new profile registry with built-in policies.
|
||||
func NewProfileRegistry() ProfileRegistry {
|
||||
func NewProfileRegistry() (ProfileRegistry, error) {
|
||||
return newDefaultProfileRegistry()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user