14faa1673Sopenharmony_ci# Copyright (c) 2024 Huawei Device Co., Ltd.
24faa1673Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
34faa1673Sopenharmony_ci# you may not use this file except in compliance with the License.
44faa1673Sopenharmony_ci# You may obtain a copy of the License at
54faa1673Sopenharmony_ci#
64faa1673Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
74faa1673Sopenharmony_ci#
84faa1673Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
94faa1673Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
104faa1673Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
114faa1673Sopenharmony_ci# See the License for the specific language governing permissions and
124faa1673Sopenharmony_ci# limitations under the License.
134faa1673Sopenharmony_ci
144faa1673Sopenharmony_cidomain: SANDBOX_MANAGER
154faa1673Sopenharmony_ci
164faa1673Sopenharmony_ciCALLER_PERMISSION_CHECK_FAILED:
174faa1673Sopenharmony_ci  __BASE: {type: FAULT, level: MINOR, desc: caller permission check failed, preserve: true}
184faa1673Sopenharmony_ci  CALLER_PID: {type: UINT32, desc: caller pid}
194faa1673Sopenharmony_ci  CALLER_TOKENID: {type: UINT32, desc: tokenid}
204faa1673Sopenharmony_ci  PERMISSION_NAME: {type: STRING, desc: permission name}
214faa1673Sopenharmony_ci
224faa1673Sopenharmony_ciPERSIST_POLICY_OPERATE_SUCCESS:
234faa1673Sopenharmony_ci  __BASE: {type: FAULT, level: MINOR, desc: persist policy operate success, preserve: true}
244faa1673Sopenharmony_ci  OPERATE_TYPE: {type: STRING, desc: operate type}
254faa1673Sopenharmony_ci  CALLER_PID: {type: UINT32, desc: caller pid}
264faa1673Sopenharmony_ci  CALLER_TOKENID: {type: UINT32, desc: tokenid}
274faa1673Sopenharmony_ci  TOTAL_NUM: {type: UINT32, desc: total policy number}
284faa1673Sopenharmony_ci  SUCCESS_NUM: {type: UINT32, desc: success policy number}
294faa1673Sopenharmony_ci  FAIL_NUM: {type: UINT32, desc: fail policy number}
304faa1673Sopenharmony_ci  INVALID_NUM: {type: UINT32, desc: invalid policy number}
314faa1673Sopenharmony_ci
324faa1673Sopenharmony_ciTEMPORARY_POLICY_OPERATE_SUCCESS:
334faa1673Sopenharmony_ci  __BASE: {type: FAULT, level: MINOR, desc: temporary policy operate success, preserve: true}
344faa1673Sopenharmony_ci  OPERATE_TYPE: {type: UINT32, desc: operate type}
354faa1673Sopenharmony_ci  CALLER_PID: {type: UINT32, desc: caller pid}
364faa1673Sopenharmony_ci  CALLER_TOKENID: {type: UINT32, desc: tokenid}
374faa1673Sopenharmony_ci  TOTAL_NUM: {type: UINT32, desc: total policy number}
384faa1673Sopenharmony_ci  SUCCESS_NUM: {type: UINT32, desc: policy success number}
394faa1673Sopenharmony_ci  FAIL_NUM: {type: UINT32, desc: fail policy number}
404faa1673Sopenharmony_ci  INVALID_NUM: {type: UINT32, desc: invalid policy number}
41