segatex 7.30 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News segatex 7.30 (Default branch)
# 1  
Old 03-04-2009
segatex 7.30 (Default branch)

Image segatex is a tool to configure SELinux policy with the help of a GUI. At the push of buttons, it can generate a .te file in the /root/segatex directory. You can then edit your .te file, make a module, and install. You can make any module name and also edit present modules. You can install, update, and remove modules. Also, you can semanage list and semanage login, fcontext, and port. You can download SELinux related RPMs, including xguest and sepostgresql. License: GNU General Public License (GPL) Changes:
The current refpolicy is included. The boolean tab was fixed. useradd.cpp was fixed. Usability was generally enhanced. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
apol(1) 						      General Commands Manual							   apol(1)

NAME
apol - SELinux policy analysis tool SYNOPSIS
apol [OPTIONS] [POLICY ...] DESCRIPTION
apol is a graphical tool that allows the user to inspect aspects of a SELinux policy. The tool allows the user to browse policy components (types, classes, roles, users, etc.), rules (TE, RBAC, MLS), and file system contexts. The tool also provides in depth analyses of domain transitions, information flows, and relabeling permissions. POLICY
apol supports loading a SELinux policy in one of four formats. source A single text file containing policy source for versions 12 through 21. This file is usually named policy.conf. binary A single file containing a monolithic kernel binary policy for versions 15 through 21. This file is usually named by version - for example, policy.20. modular A list of policy packages each containing a loadable policy module. The first module listed must be a base module. policy list A single text file containing all the information needed to load a policy, usually exported by SETools graphical utilities. If a policy is not given on the command line then apol will begin with none loaded. OPTIONS
-h, --help Print help information and exit. -V, --version Print version information and exit. AUTHOR
This manual page was written by Jeremy A. Mowery <jmowery@tresys.com>. COPYRIGHT
Copyright(C) 2001-2007 Tresys Technology, LLC BUGS
Please report bugs via an email to setools-bugs@tresys.com. SEE ALSO
seinfo(1), sesearch(1), sechecker(1), indexcon(1) apol(1)