fix dac permission

Signed-off-by: sunyaozu <sunyaozu@huawei.com>
This commit is contained in:
sunyaozu 2023-05-27 10:19:44 +08:00
parent 875842bc1a
commit e77b411508

View File

@ -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