policy now includes whether a certain parameter can be updated

This commit is contained in:
mwoolsey 2016-10-15 16:44:57 -07:00
parent 231d3e7758
commit 93bb52b733

View file

@ -183,7 +183,6 @@ func parsePaths(result *Policy, list *ast.ObjectList) error {
return fmt.Errorf("path %q: invalid capability '%s'", key, cap) return fmt.Errorf("path %q: invalid capability '%s'", key, cap)
} }
} }
fmt.Println(pc.Permissions)
PathFinished: PathFinished: