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 e0e121c833
commit ffb56b545a

View File

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