From e77b411508df417224e452a02c6d3ec6dd67383c Mon Sep 17 00:00:00 2001 From: sunyaozu Date: Sat, 27 May 2023 10:19:44 +0800 Subject: [PATCH] fix dac permission Signed-off-by: sunyaozu --- frameworks/intl/etc/language_config.para.dac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frameworks/intl/etc/language_config.para.dac b/frameworks/intl/etc/language_config.para.dac index 5a0314c8..1cf0b334 100644 --- a/frameworks/intl/etc/language_config.para.dac +++ b/frameworks/intl/etc/language_config.para.dac @@ -11,10 +11,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -persist.global.language = all:all:0775 -persist.global.locale = all:all:0775 -persist.global.is24Hour = all:all:0775 -persist.sys.preferredLanguages = all:all:0775 +persist.global.language = root:root:0775 +persist.global.locale = root:root:0775 +persist.global.is24Hour = root:root:0775 +persist.sys.preferredLanguages = root:root:0775 const.global.locale = root:root:0444 const.global.language = root:root:0444 const.global.region = root:root:0444 \ No newline at end of file