Merge pull request #15 from safing/feature/default-profiles
Update profile defaults
This commit is contained in:
@@ -17,13 +17,12 @@ func makeDefaultFallbackProfile() *Profile {
|
|||||||
Name: "Fallback Profile",
|
Name: "Fallback Profile",
|
||||||
Flags: map[uint8]uint8{
|
Flags: map[uint8]uint8{
|
||||||
// Profile Modes
|
// Profile Modes
|
||||||
Blacklist: status.SecurityLevelDynamic,
|
Blacklist: status.SecurityLevelsDynamicAndSecure,
|
||||||
Prompt: status.SecurityLevelSecure,
|
|
||||||
Whitelist: status.SecurityLevelFortress,
|
Whitelist: status.SecurityLevelFortress,
|
||||||
|
|
||||||
// Network Locations
|
// Network Locations
|
||||||
Internet: status.SecurityLevelsDynamicAndSecure,
|
Internet: status.SecurityLevelsAll,
|
||||||
LAN: status.SecurityLevelsDynamicAndSecure,
|
LAN: status.SecurityLevelDynamic,
|
||||||
Localhost: status.SecurityLevelsAll,
|
Localhost: status.SecurityLevelsAll,
|
||||||
|
|
||||||
// Specials
|
// Specials
|
||||||
|
|||||||
Reference in New Issue
Block a user