ソースを参照

Add alias for fast SELinux audit exploration

Alois Mahdal 9 年 前
コミット
8df585818d
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      dotfiles/bash/main.bashrc

+ 1
- 0
dotfiles/bash/main.bashrc ファイルの表示

@@ -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