Skip to content

Commit

Permalink
f512x: Disable selinux by default
Browse files Browse the repository at this point in the history
[f512x] Disable selinux by default. JB#43487

Signed-off-by: Matti Kosola <matti.kosola@jolla.com>
  • Loading branch information
mkosola committed Aug 27, 2019
1 parent 60648f3 commit e75706e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/droid-hal-f5121-img-boot.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define device f5121

%define mkbootimg_cmd mkbootimg --ramdisk %{initrd} --kernel %{kernel} --base 0x80000000 --pagesize 2048 --cmdline "lpm_levels.sleep_disabled=1 user_debug=31 androidboot.selinux=permissive msm_rtb.filter=0x3F ehci-hcd.park=3 dwc3.maximum_speed=high dwc3_msm.prop_chg_detect=Y coherent_pool=8M sched_enable_power_aware=1 androidboot.hardware=suzu zram.num_devices=4" --output
%define mkbootimg_cmd mkbootimg --ramdisk %{initrd} --kernel %{kernel} --base 0x80000000 --pagesize 2048 --cmdline "selinux=0 lpm_levels.sleep_disabled=1 user_debug=31 androidboot.selinux=permissive msm_rtb.filter=0x3F ehci-hcd.park=3 dwc3.maximum_speed=high dwc3_msm.prop_chg_detect=Y coherent_pool=8M sched_enable_power_aware=1 androidboot.hardware=suzu zram.num_devices=4" --output

%define root_part_label userdata
%define factory_part_label system
Expand Down

0 comments on commit e75706e

Please sign in to comment.