Re: [android-porting] Android 8.0 disabling SELinux while building

2019-03-13 Thread Paul Kalebu
This works. Thank you On Wed, Mar 13, 2019 at 12:09 AM Satish Patel wrote: > On Tue, Mar 12, 2019 at 10:03 PM Paul Kalebu > wrote: > >> Is there a way to disable SELinux (set to permissive) before building the >> BSP? >> > https://source.android.com/security/selinux/implement >

Re: [android-porting] Android 8.0 disabling SELinux while building

2019-03-13 Thread Satish Patel
On Tue, Mar 12, 2019 at 10:03 PM Paul Kalebu wrote: > Is there a way to disable SELinux (set to permissive) before building the > BSP? > https://source.android.com/security/selinux/implement BOARD_KERNEL_CMDLINE := androidboot.selinux=permissive Check for "BOARD_KERNEL_CMDLINE" in

Re: [android-porting] Android 8.0 disabling SELinux while building

2019-03-13 Thread AKHILASH TP
Hi Paul, You can disable SElinux by adding below line in kernel command line. *androidboot.selinux=permissive* On Tue, Mar 12, 2019, 10:03 PM Paul Kalebu wrote: > Is there a way to disable SELinux (set to permissive) before building the > BSP? > > -- > -- > unsubscribe:

[android-porting] Android 8.0 disabling SELinux while building

2019-03-12 Thread Paul Kalebu
Is there a way to disable SELinux (set to permissive) before building the BSP? -- -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups