From 209c78b3c047ba8723241967218a0e62afb7d8f7 Mon Sep 17 00:00:00 2001
From: Mr_YX <496043997@qq.com>
Date: Mon, 9 May 2022 09:29:23 +0800
Subject: [PATCH 1/6] Revise README
Signed-off-by: Mr_YX <496043997@qq.com>
---
README_zh.md | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/README_zh.md b/README_zh.md
index 5b9c8162e..238bb8155 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,21 +1,24 @@
# 访问控制
-- [简介](#section11660541593)
-- [目录](#section119744591305)
-- [使用](#section137768191623)
- - [接口说明](#section1551164914237)
- - [使用说明](#section129654513264)
-- [相关仓](#section1371113476307)
+- [访问控制](#访问控制)
+ - [简介](#简介)
+ - [目录](#目录)
+ - [使用](#使用)
+ - [接口说明](#接口说明)
+ - [使用说明](#使用说明)
+ - [native进程](#native进程)
+ - [应用hap](#应用hap)
+ - [相关仓](#相关仓)
## 简介
ATM(AccessTokenManager)是OpenHarmony上基于AccessToken构建的统一的应用权限管理能力。
-应用的Accesstoken信息主要包括应用身份标识APPID、用户ID,应用分身索引、应用APL(Ability Privilege Level)等级、应用权限信息等。每个应用的Accestoken信息由一个32bits的设备内唯一标识符TokenID(Token identity)来标识。
+应用的Accesstoken信息主要包括应用身份标识APPID、用户ID,应用分身索引、应用APL(Ability Privilege Level)等级、应用权限信息等。每个应用的Accesstoken信息由一个32bits的设备内唯一标识符TokenID(Token identity)来标识。
ATM模块主要提供如下功能:
- 提供基于TokenID的应用权限校验机制,应用访问敏感数据或者API时可以检查是否有对应的权限。
-- 提供基于TokenID的Accestoken信息查询,应用可以根据TokenID查询自身的APL等级等信息。
+- 提供基于TokenID的Accesstoken信息查询,应用可以根据TokenID查询自身的APL等级等信息。
## 目录
--
Gitee
From f5263375fcace1dd962af12da66942bd78995158 Mon Sep 17 00:00:00 2001
From: Mr_YX <496043997@qq.com>
Date: Wed, 18 May 2022 09:28:23 +0000
Subject: [PATCH 2/6] update README_zh.md. Signed-off-by: Mr_YX
<496043997@qq.com>
---
README_zh.md | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/README_zh.md b/README_zh.md
index 238bb8155..9f22ff80e 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,14 +1,13 @@
# 访问控制
-- [访问控制](#访问控制)
- - [简介](#简介)
- - [目录](#目录)
- - [使用](#使用)
- - [接口说明](#接口说明)
- - [使用说明](#使用说明)
- - [native进程](#native进程)
- - [应用hap](#应用hap)
- - [相关仓](#相关仓)
+ - [简介](#简介)
+ - [目录](#目录)
+ - [使用](#使用)
+ - [接口说明](#接口说明)
+ - [使用说明](#使用说明)
+ - [native进程](#native进程)
+ - [应用hap](#应用hap)
+ - [相关仓](#相关仓)
## 简介
--
Gitee
From 806839fa661ccc69ba2547ec981e8ef4b37901d9 Mon Sep 17 00:00:00 2001
From: Mr_YX <496043997@qq.com>
Date: Wed, 18 May 2022 09:36:32 +0000
Subject: [PATCH 3/6] update README.md. Signed-off-by: Mr_YX <496043997@qq.com>
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 2593298c2..501bf5fd4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
# Access Control
+ - [Introduction](#Introduction)
+ - [Directory Structure](#Directory Structure)
+ - [Usage](#Usage)
+ - [Available APIs](#Available APIs)
+ - [Usage Guidelines](#Usage Guidelines)
+ - [Native Process](#Native Process)
+ - [App HAP](#App HAP)
+ - [Repositories Involved](#Repositories Involved)
## Introduction
--
Gitee
From e1449d8e55c177d526d84d9b3eebf97a25d4f99c Mon Sep 17 00:00:00 2001
From: Mr_YX <496043997@qq.com>
Date: Fri, 17 Jun 2022 08:53:24 +0000
Subject: [PATCH 4/6] update README.md.
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 501bf5fd4..465645933 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
# Access Control
- - [Introduction](#Introduction)
- - [Directory Structure](#Directory Structure)
- - [Usage](#Usage)
- - [Available APIs](#Available APIs)
- - [Usage Guidelines](#Usage Guidelines)
- - [Native Process](#Native Process)
+ - [Introduction](#introduction)
+ - [Directory Structure](#directory-structure)
+ - [Usage](#usage)
+ - [Available APIs](#available-apis)
+ - [Usage Guidelines](#usage-guidelines)
+ - [Native Process](#native-process)
- [App HAP](#App HAP)
- - [Repositories Involved](#Repositories Involved)
+ - [Repositories Involved](#repositories-involved)
## Introduction
--
Gitee
From 1d608b5077dd9b0222147d08144fb702abdeb03c Mon Sep 17 00:00:00 2001
From: Mr_YX <496043997@qq.com>
Date: Fri, 17 Jun 2022 08:55:37 +0000
Subject: [PATCH 5/6] update README.md.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 465645933..ee80d9c9a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- [Available APIs](#available-apis)
- [Usage Guidelines](#usage-guidelines)
- [Native Process](#native-process)
- - [App HAP](#App HAP)
+ - [App HAP](#app-hap)
- [Repositories Involved](#repositories-involved)
## Introduction
--
Gitee
From 98b70f3fc747dfc7c1ae88270c0dc540d53b66a0 Mon Sep 17 00:00:00 2001
From: Mr_YX <496043997@qq.com>
Date: Fri, 17 Jun 2022 08:55:37 +0000
Subject: [PATCH 6/6] update README.md.
Signed-off-by: mr-yx <496043997@qq.com>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 465645933..ee80d9c9a 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
- [Available APIs](#available-apis)
- [Usage Guidelines](#usage-guidelines)
- [Native Process](#native-process)
- - [App HAP](#App HAP)
+ - [App HAP](#app-hap)
- [Repositories Involved](#repositories-involved)
## Introduction
--
Gitee