-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working with Debian 9 #4
Comments
There's the I wonder... If that's the case, I think that AppArmor support would need to be separated into two steps:
|
Do I need to explicitly run Running My fresh server comes with libapparmor1
Make a soft link to the main debops playbook directory
inventory/hosts
After running
the I need to run |
Short answer: yes, you need to run them separately at the moment. As to why, it's a bit complicated. In the beginning, DebOps (which wasn't called DebOps at the time) was being developed in a single Unfortunately another problem quickly arose, where adding roles from other users without any help from the project maintainers was impossible - you had to create a new repository, tell me about it, then add my account to that repository and give it over so that I could add it to the Another tidbit to remember is that the To make all this process somewhat bearable, I created the And here we are, a few years later. The project still hasn't really had a 'stable' release, and in the meantime I decided to completely redesign the development model. Now, DebOps is back again in a single As for the As you can see in the monorepo Edit(ypid): Fix small typo. |
Hey @stonecold123 The role works nicely for me on Debian 8 and 9. I am not sure why it does not work for you. The commands you mentioned are basically the same as done by the role. |
The role doesn't work in Debian 9.
It will complain about the kernel requiring some patch when
aa-enforce
profilesI've followed these instructions to get apparmor to work manually after the installation
This step
sudo grub-mkconfig -o /boot/grub/grub.cfg
may be crucial for Debian 9 to workThe text was updated successfully, but these errors were encountered: