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
 alias grep='grep --color --binary-files=without-match'
62
 alias grep='grep --color --binary-files=without-match'
63
 alias sc='se --direction=encz.cz'
63
 alias sc='se --direction=encz.cz'
64
 alias lsblk='lsblk -o +UUID,LABEL'
64
 alias lsblk='lsblk -o +UUID,LABEL'
65
+alias xaa='xclip -o | audit2allow'
65
 alias xi='xclip -i'
66
 alias xi='xclip -i'
66
 alias xo='xclip -o'
67
 alias xo='xclip -o'
67
 
68