Guest User

Untitled

a guest
Apr 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. cat /var/log/audit/audit.log | audit2why
  2. plural forms expression could be dangerous
  3.  
  4. cat /etc/os-release
  5. NAME="CentOS Linux"
  6. VERSION="7 (Core)"
  7. ID="centos"
  8. ID_LIKE="rhel fedora"
  9. VERSION_ID="7"
  10. PRETTY_NAME="CentOS Linux 7 (Core)"
  11. ANSI_COLOR="0;31"
  12. CPE_NAME="cpe:/o:centos:centos:7"
  13. HOME_URL="https://www.centos.org/"
  14. BUG_REPORT_URL="https://bugs.centos.org/"
  15.  
  16. CENTOS_MANTISBT_PROJECT="CentOS-7"
  17. CENTOS_MANTISBT_PROJECT_VERSION="7"
  18. REDHAT_SUPPORT_PRODUCT="centos"
  19. REDHAT_SUPPORT_PRODUCT_VERSION="7"
  20.  
  21. # yum list | grep -i policycoreutils-python
  22. policycoreutils-python.x86_64 2.5-11.el7_3 @updates
  23. # yum list | grep -i audit
  24. audit.x86_64 2.6.5-3.el7_3.1 @updates
  25. audit-libs.x86_64 2.6.5-3.el7_3.1 @updates
  26. audit-libs-python.x86_64 2.6.5-3.el7_3.1 @updates
  27. audit-libs.i686 2.6.5-3.el7_3.1 updates
  28. audit-libs-devel.i686 2.6.5-3.el7_3.1 updates
  29. audit-libs-devel.x86_64 2.6.5-3.el7_3.1 updates
  30. audit-libs-static.i686 2.6.5-3.el7_3.1 updates
  31. audit-libs-static.x86_64 2.6.5-3.el7_3.1 updates
  32. globus-gram-audit.noarch 4.6-1.el7 epel
  33. nodejs-nsp-audit-shrinkwrap.noarch 1.0.3-2.el7 epel
  34. rsyslog-mmaudit.x86_64 7.4.7-16.el7 base
  35.  
  36. # locale
  37. LANG=lt_LT.UTF-8
  38. LC_CTYPE="lt_LT.UTF-8"
  39. LC_NUMERIC="lt_LT.UTF-8"
  40. LC_TIME="lt_LT.UTF-8"
  41. LC_COLLATE="lt_LT.UTF-8"
  42. LC_MONETARY="lt_LT.UTF-8"
  43. LC_MESSAGES="lt_LT.UTF-8"
  44. LC_PAPER="lt_LT.UTF-8"
  45. LC_NAME="lt_LT.UTF-8"
  46. LC_ADDRESS="lt_LT.UTF-8"
  47. LC_TELEPHONE="lt_LT.UTF-8"
  48. LC_MEASUREMENT="lt_LT.UTF-8"
  49. LC_IDENTIFICATION="lt_LT.UTF-8"
  50. LC_ALL=
Add Comment
Please, Sign In to add comment