You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppArmor - I saw lines in /var/log/audit/audit.log type=AVC msg=audit(1572718868.558:592): apparmor="DENIED" operation="ptrace" profile="/usr/bin/man" pid=31610 comm="ps" requested_mask="read" denied_mask="read" peer="unconfined"
Fixed this by installing apparmor-utils and the running aa-logprof and approving man.
I had only linked to ~/.vim/bundle/vimpager which is a directory and I found that out by running less which told me ~//vim/bundle/vimpager: Is a directory.
Fix was correcting this in my ~/.bashrc
export PAGER=$HOME/.vim/bundle/vimpager/vimpager
alias less=$PAGER
alias zless=$PAGER```
Here is my zshrc:
What should I do?
The text was updated successfully, but these errors were encountered: