TBR x/ref: Rename services/security/access to security/access
Rename services/security/access/object to services/security/object
MultiPart: 2/7
Change-Id: Ie20e90302b18765fd6b54bdc39da02db75dda795
diff --git a/profiles/internal/naming/namespace/acl.go b/profiles/internal/naming/namespace/acl.go
index 64d0fbb..61f6a0d 100644
--- a/profiles/internal/naming/namespace/acl.go
+++ b/profiles/internal/naming/namespace/acl.go
@@ -9,7 +9,7 @@
"v.io/v23/context"
"v.io/v23/options"
"v.io/v23/rpc"
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
"v.io/x/lib/vlog"
)
diff --git a/profiles/internal/naming/namespace/acl_test.go b/profiles/internal/naming/namespace/acl_test.go
index 9d466bf..d64b009 100644
--- a/profiles/internal/naming/namespace/acl_test.go
+++ b/profiles/internal/naming/namespace/acl_test.go
@@ -14,7 +14,7 @@
"v.io/v23/naming"
"v.io/v23/rpc"
"v.io/v23/security"
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
_ "v.io/x/ref/profiles"
service "v.io/x/ref/services/mounttable/lib"
diff --git a/profiles/internal/rpc/benchmark/benchmark.vdl b/profiles/internal/rpc/benchmark/benchmark.vdl
index c5ca138..c3aacaa 100644
--- a/profiles/internal/rpc/benchmark/benchmark.vdl
+++ b/profiles/internal/rpc/benchmark/benchmark.vdl
@@ -7,7 +7,7 @@
package benchmark
import (
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
)
type Benchmark interface {
diff --git a/profiles/internal/rpc/benchmark/benchmark.vdl.go b/profiles/internal/rpc/benchmark/benchmark.vdl.go
index b432604..84e7d4f 100644
--- a/profiles/internal/rpc/benchmark/benchmark.vdl.go
+++ b/profiles/internal/rpc/benchmark/benchmark.vdl.go
@@ -18,7 +18,7 @@
"v.io/v23/vdl"
// VDL user imports
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
)
// BenchmarkClientMethods is the client interface
diff --git a/profiles/internal/rpc/full_test.go b/profiles/internal/rpc/full_test.go
index 64c68fe..40995e0 100644
--- a/profiles/internal/rpc/full_test.go
+++ b/profiles/internal/rpc/full_test.go
@@ -26,7 +26,7 @@
"v.io/v23/options"
"v.io/v23/rpc"
"v.io/v23/security"
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
"v.io/v23/uniqueid"
"v.io/v23/vdl"
"v.io/v23/verror"
diff --git a/profiles/internal/rpc/reserved.go b/profiles/internal/rpc/reserved.go
index f25e6db..890f5c3 100644
--- a/profiles/internal/rpc/reserved.go
+++ b/profiles/internal/rpc/reserved.go
@@ -12,7 +12,7 @@
"v.io/v23/rpc"
"v.io/v23/rpc/reserved"
"v.io/v23/security"
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
"v.io/v23/vdl"
"v.io/v23/vdlroot/signature"
"v.io/v23/verror"
diff --git a/profiles/internal/rpc/server.go b/profiles/internal/rpc/server.go
index 8efaf7e..8ed14e8 100644
--- a/profiles/internal/rpc/server.go
+++ b/profiles/internal/rpc/server.go
@@ -21,7 +21,7 @@
"v.io/v23/options"
"v.io/v23/rpc"
"v.io/v23/security"
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
"v.io/v23/vdl"
"v.io/v23/verror"
"v.io/v23/vom"
diff --git a/profiles/internal/rpc/stress/stress.vdl b/profiles/internal/rpc/stress/stress.vdl
index cf7bff1..dd89068 100644
--- a/profiles/internal/rpc/stress/stress.vdl
+++ b/profiles/internal/rpc/stress/stress.vdl
@@ -5,7 +5,7 @@
package stress
import (
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
)
type Arg struct {
diff --git a/profiles/internal/rpc/stress/stress.vdl.go b/profiles/internal/rpc/stress/stress.vdl.go
index 35efd30..100df93 100644
--- a/profiles/internal/rpc/stress/stress.vdl.go
+++ b/profiles/internal/rpc/stress/stress.vdl.go
@@ -16,7 +16,7 @@
"v.io/v23/vdl"
// VDL user imports
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
)
type Arg struct {
diff --git a/profiles/internal/testing/mocks/naming/namespace.go b/profiles/internal/testing/mocks/naming/namespace.go
index 73be209..39dde7a 100644
--- a/profiles/internal/testing/mocks/naming/namespace.go
+++ b/profiles/internal/testing/mocks/naming/namespace.go
@@ -14,7 +14,7 @@
"v.io/v23/naming"
"v.io/v23/naming/ns"
"v.io/v23/security"
- "v.io/v23/services/security/access"
+ "v.io/v23/security/access"
"v.io/v23/verror"
"v.io/x/lib/vlog"