[roll] Roll fuchsia [sestarnix] Clean up AccessVector type names
Previously there were 2 types called AccessVector:
one representing a permission set, the other a
permission set + additional data drawn from an
allow, auditallow, dontaudit, or neverallow policy
statement, or data drawn from a type_transition
statement.
This change renames the second type to
AccessVectorRule. "Access vector rule" is a common
name in SELinux documentation for the access
control rule defined by one of first 4 kinds
of statement above. An AccessVectorRule maps a
source, target & class to either an AccessVector
(for "allow", etc) or a TypeId (for
"type_transition" statements)
Also adds a ClassPermissionId type similar to
the existing *Id types for other identifiers,
(though with class scope rather than policy scope).
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1196711
Original-Revision: 69b89b5e3ec809e43db0c97cc73a67c68da4f76b
GitOrigin-RevId: 08cef78fc4683155b3140fb3cf0558fa3a415ef8
Change-Id: Ide5ec6292b9a37ae109b5d1bb35ad3b94d305736
diff --git a/stem b/stem
index 6affe79..697617a 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
githooks="integration/git-hooks"
remote="https://fuchsia.googlesource.com/fuchsia"
gerrithost="https://fuchsia-review.googlesource.com"
- revision="6919fd7cf4fac46b0ed5ed6eb35bd6969ffa0e36"/>
+ revision="69b89b5e3ec809e43db0c97cc73a67c68da4f76b"/>
</projects>
<hooks>
<hook name="install-environment"