Skip to content

Instantly share code, notes, and snippets.

@nyroDev
Created September 4, 2019 18:47
Show Gist options
  • Select an option

  • Save nyroDev/81db93a7c9105bbc7829e17868ea3c5b to your computer and use it in GitHub Desktop.

Select an option

Save nyroDev/81db93a7c9105bbc7829e17868ea3c5b to your computer and use it in GitHub Desktop.
Apparmor missing tunables/proc on debian 10
# ------------------------------------------------------------------
#
# Copyright (C) 2006 Novell/SUSE
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License published by the Free Software Foundation.
#
# ------------------------------------------------------------------
# @{PROC} is the location where procfs is mounted.
@{PROC}=/proc/
@nyroDev
Copy link
Author

nyroDev commented Sep 4, 2019

Found here moby/moby#23571 (comment)

If you have an error containing:
"
at line 17: Could not open 'tunables/proc'
"

Place it on /etc/apparmord.d/tunables/proc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment