Browse Source

Add alias for fast SELinux audit exploration

Alois Mahdal 9 years ago
parent
commit
8df585818d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc View File

@@ -62,6 +62,7 @@ alias pad4='sed -e "s/^/    /"'
62 62
 alias grep='grep --color --binary-files=without-match'
63 63
 alias sc='se --direction=encz.cz'
64 64
 alias lsblk='lsblk -o +UUID,LABEL'
65
+alias xaa='xclip -o | audit2allow'
65 66
 alias xi='xclip -i'
66 67
 alias xo='xclip -o'
67 68