[ILUGC] GNU/Linux commands

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, kanchilug@xxxxxxxxxxxxx
  • Date: Mon, 29 Aug 2016 09:35:28 +0530

starting  thread GNU/Linux commands for newbies
for this lists
------------------------------------------------------------
------------------
# aa-status  [options]

display various information about the current AppArmor
policy

AppArmor is a Linux Security Module implementation
of name-based access controls for ubuntu and debian
system similar to selinux for redhat/centos based systems

# aa-status --enabled

returns error code if AppArmor is not enabled

# aa-status --profiled

displays the number of loaded AppArmor policies

# aa-status --enforced

displays the number of loaded enforcing AppArmor policies

# aa-status --complaining

displays the number of loaded non-enforcing AppArmor policies

# aa-status --verbose

displays multiple data points about loaded AppArmor policy set

# aa-status --help

displays a short usage statement

for more details
https://help.ubuntu.com/community/AppArmor


regards,

T.Dhanasekar


_____________________________________
ILUGC List: //www.freelists.org/list/ilugc
ILUGC Web: http://ilugc.in/

Other related posts:

  • » [ILUGC] GNU/Linux commands - Dhanasekar