Skip to content

Commit 05382e0

Browse files
committed
Disbale trust and selinux to permissive
Change-Id: I8510dd4e57b37337d58e326f541be90a7cb68fbe Tracked-On: Signed-off-by: Kothapeta, BikshapathiX <[email protected]>
1 parent 35a4355 commit 05382e0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
From 7ff06a97fe476b347efae9a760458db69b6e6e33 Mon Sep 17 00:00:00 2001
2+
From: "Kothapeta, BikshapathiX" <[email protected]>
3+
Date: Sat, 13 May 2023 17:08:59 +0530
4+
Subject: [PATCH] Disable trusty, and selinux to permissive
5+
6+
Tracked-On:
7+
Signed-off-by: Kothapeta, BikshapathiX <[email protected]>
8+
9+
diff --git a/caas/mixins.spec b/caas/mixins.spec
10+
index b84af5b..bbe259b 100755
11+
--- a/caas/mixins.spec
12+
+++ b/caas/mixins.spec
13+
@@ -10,7 +10,7 @@ product.mk: device.mk
14+
kernel: gmin64(useprebuilt=false,src_path=kernel/lts2020-chromium, loglevel=7, interactive_governor=false, relative_sleepstates=false, modules_in_bootimg=false, external_modules=,debug_modules=, use_bcmdhd=false, use_iwlwifi=false, extmod_platform=bxt, iwl_defconfig=, cfg_path=config-lts/lts2020-chromium, more_modules=true, chromium_src_path=kernel/lts2019-chromium, chromium_cfg_path=config-lts/lts2019-chromium, lts2020_yocto_src_path=kernel/lts2020-yocto-sriov, lts2020_yocto_cfg_path=config-lts/lts2020-yocto-sriov, lts2020_chromium_src_path=kernel/lts2020-chromium, lts2020_chromium_cfg_path=config-lts/lts2020-chromium)
15+
disk-bus: auto
16+
boot-arch: project-celadon(uefi_arch=x86_64,fastboot=efi,ignore_rsci=true,disable_watchdog=true,watchdog_parameters=10 30,verity_warning=false,txe_bind_root_of_trust=false,bootloader_block_size=4096,verity_mode=false,disk_encryption=false,file_encryption=true,metadata_encryption=true,fsverity=true,target=caas,ignore_not_applicable_reset=true,self_usb_device_mode_protocol=true,usb_storage=true,live_boot=true,userdata_checkpoint=false)
17+
-sepolicy: enforcing
18+
+sepolicy: permissive
19+
bluetooth: btusb(ivi=false)
20+
audio: project-celadon
21+
vendor-partition: true(partition_size=600,partition_name=vendor)
22+
@@ -54,9 +54,9 @@ lights: true
23+
power: true(power_throttle=true)
24+
debug-usb-config: true(source_dev=dvcith-0-msc0)
25+
intel_prop: true
26+
-trusty: true(ref_target=celadon_64)
27+
+trusty: false(ref_target=celadon_64)
28+
memtrack: true
29+
-tpm: true
30+
+tpm: false
31+
avx: auto
32+
health: hal
33+
slot-ab: true
34+
--
35+
2.40.1
36+

0 commit comments

Comments
 (0)