NAME

ccs-editpolicy-agent - agent for remotely editing TOMOYO Linux policy


SYNOPSIS

ccs-editpolicy-agent listen_ip:listen_port


DESCRIPTION

This program is an agent for ccs-editpolicy, ccs-loadpolicy, ccs-savepolicy, ccs-pstree, ccs-queryd, and ccs-auditd.

It listens on the specified IP address at the specified port.

Do not run this program unless you know what you are doing. It allows anonymous users to edit policy, as no user authentication is performed. It is designed for systems with resource limitations that make it difficult to run the TOMOYO Linux userspace tools. Do not use this for normal desktops or servers.

Before this program can be invoked, you must register it in /proc/ccs/manager.


EXAMPLES

Listen to 192.168.1.1 at port 10000
  ccs-editpolicy-agent 192.168.1.1:10000


BUGS

If you find any bugs, send an email to <tomoyo-users-en@lists.osdn.me>.


AUTHORS

Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>

Main author.

Jamie Nguyen <jamie@tomoyolinux.co.uk>

Documentation and website.


SEE ALSO

ccs-editpolicy(8), ccs-loadpolicy(8), ccs-savepolicy(8), ccs-pstree(8), ccs-queryd(8), ccs-auditd(8)

See <https://tomoyo.sourceforge.net> for more information.