grub instruction error?
On https://github.com/dolanjs/ubuntu-grsec/blob/master/README.md#configure-app-and-monitor-servers-to-use-new-kernel-by-default did you mean to say grep menuentry /boot/grub/grub.cfg ?
Sorry haven't bee maintaining these docs here any more. Have migrated them to https://github.com/freedomofpress/grsec
Actually forgot this old version was still in my repo.
Part of the securedrop ansible playbook we've changed the way that we do the initial boot into grsec and then removing the old generic kernels. [1] Which I think is a cleaner way to handle it rather than using the grub default option.
[1] https://github.com/freedomofpress/securedrop/blob/develop/install_files/ansible-base/roles/common/tasks/from_fpf_repo_install_grsec.yml
@dolanjs would be a good idea to update this repo's README with a caveat about deprecation. At a later date it'd probably make sense to break out this config into an ansible role that we can easily re-use in different environments.