From 7690f83cfe09111d5a584d27f83df2b122f20a58 Mon Sep 17 00:00:00 2001 From: j2blake Date: Mon, 30 Jan 2012 16:27:04 +0000 Subject: [PATCH] Don't allow the public to edit properties that are marked as editable by the public. --- webapp/web/WEB-INF/resources/permission_config.n3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webapp/web/WEB-INF/resources/permission_config.n3 b/webapp/web/WEB-INF/resources/permission_config.n3 index 5f83f0ad6..d25b8cded 100644 --- a/webapp/web/WEB-INF/resources/permission_config.n3 +++ b/webapp/web/WEB-INF/resources/permission_config.n3 @@ -148,5 +148,7 @@ auth:PUBLIC # role-based permissions for PUBLIC auth:hasPermission displayByRole:Public ; - auth:hasPermission editByRole:Public ; + + # why are some properties declared editable by PUBLIC, but we don't want them to be. + # auth:hasPermission editByRole:Public ; .