sealingtech / CLIP

SealingTech's Certifiable Linux Integration Platform
9 stars 12 forks source link

livecd-creator ignores grub.conf enforcing setting #22

Open sshimko opened 10 years ago

sshimko commented 10 years ago

livecd-creator always uses the 'selinux --' at the top of the ks to determine which args to put on the kernel command-line. It should be checking grub.conf inside the generated filesystem for these arguments.

A fix would be to check BUILD_CONFIG_ENFORCING_MODE in the ks Makefile in the setup-ks target. Then modify the 'selinux --' bit at the top with sed while fixing up the ks.

sshimko commented 10 years ago

Re: livecd-creator checking grub.conf for the info - there is no grub norr grub.conf in live media.

qswain2 commented 8 years ago

Is this resolved or still an issue? The updated livecd creator has created live cds that boot in enforcing.