commit | d1ae218711b081eb48f4884b99f4d2d1634974c3 | [log] [tgz] |
---|---|---|
author | Laura Peskin <pesk@fuchsia.infra.roller.google.com> | Thu Feb 06 18:34:39 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Feb 06 18:36:08 2025 -0800 |
tree | ae83d15e61f6a278c666b9f141bc778c346dd145 | |
parent | 2ef3b646ba0abdc8ecdd02938e90dd22c0cecb7a [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.