From 006ab6012f662935493816fe56b532e3d95c30a7 Mon Sep 17 00:00:00 2001 From: Salvatore Date: Thu, 28 Aug 2014 15:39:10 +0200 Subject: [PATCH] Remove old policies from policy.json They're confused, misleading, and most importantly unused. Change-Id: I22130ce3147617f8fb7baba7a50bada128d40e08 Closes-Bug: #1362618 --- etc/policy.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/etc/policy.json b/etc/policy.json index e132310a..c5aec3b3 100644 --- a/etc/policy.json +++ b/etc/policy.json @@ -9,11 +9,6 @@ "external": "field:networks:router:external=True", "default": "rule:admin_or_owner", - "subnets:private:read": "rule:admin_or_owner", - "subnets:private:write": "rule:admin_or_owner", - "subnets:shared:read": "rule:regular_user", - "subnets:shared:write": "rule:admin_only", - "create_subnet": "rule:admin_or_network_owner", "get_subnet": "rule:admin_or_owner or rule:shared", "update_subnet": "rule:admin_or_network_owner",