Skip to content

Instantly share code, notes, and snippets.

@naftulikay

naftulikay/tree Secret

Created January 30, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naftulikay/ac03e45ea7c66bd3537e41eac0e3d40f to your computer and use it in GitHub Desktop.
Save naftulikay/ac03e45ea7c66bd3537e41eac0e3d40f to your computer and use it in GitHub Desktop.
$ tree -L 2 /etc/selinux/{default,refpolicy}
/etc/selinux/refpolicy/
├── contexts
│ ├── customizable_types
│ ├── dbus_contexts
│ ├── default_contexts
│ ├── default_type
│ ├── failsafe_context
│ ├── files
│ ├── initrc_context
│ ├── lxc_contexts
│ ├── removable_context
│ ├── securetty_types
│ ├── sepgsql_contexts
│ ├── userhelper_context
│ ├── users
│ ├── virtual_domain_context
│ ├── virtual_image_context
│ └── x_contexts
├── policy
└── src
├── policy
└── policy.old
/etc/selinux/default/
├── contexts
│ ├── customizable_types
│ ├── dbus_contexts
│ ├── default_contexts
│ ├── default_type
│ ├── failsafe_context
│ ├── files
│ ├── initrc_context
│ ├── netfilter_contexts
│ ├── removable_context
│ ├── securetty_types
│ ├── sepgsql_contexts
│ ├── userhelper_context
│ ├── users
│ ├── virtual_domain_context
│ ├── virtual_image_context
│ └── x_contexts
├── modules
│ ├── active
│ ├── semanage.read.LOCK
│ └── semanage.trans.LOCK
├── policy
│ └── policy.29
├── setrans.conf
├── seusers
└── users
├── local.users
└── system.users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment