TOMOYO-SAVEPOLICY(8) | System Administration Utilities | TOMOYO-SAVEPOLICY(8) |
tomoyo-savepolicy - save TOMOYO Linux policy
tomoyo-savepolicy [directory]
tomoyo-savepolicy [directory] [remote_ip:remote:port]
This program saves TOMOYO Linux policy onto disk from kernel memory.
The directory /etc/tomoyo/policy/YY-MM-DD.hh:mm:ss is created with four files inside: domain_policy.conf, exception_policy.conf, profile.conf, and manager.conf. The symbolic links /etc/tomoyo/policy/previous and /etc/tomoyo/policy/current are updated to point to the previous and current YY-MM-DD.hh:mm:ss directories respectively.
The following symbolic links should exist within the /etc/tomoyo directory:
domain_policy.conf -> policy/current/domain_policy.conf exception_policy.conf -> policy/current/exception_policy.conf profile.conf -> policy/current/profile.conf manager.conf -> policy/current/manager.conf policy/current -> policy/YY-MM-DD.hh:mm:ss policy/previous -> policy/YY-MM-DD.hh:mm:ss
You can therefore access the current policy files without having to descend into subdirectories, and without having to determine which YY-MM-DD.hh:mm:ss directory is the most recent.
If the policy type is specified, this program works similar to cat(1).
tomoyo-savepolicy
tomoyo-savepolicy -e
tomoyo-savepolicy /etc/tomoyo/192.168.1.1/ 192.168.1.1:10000
If you find any bugs, send an email to <tomoyo-users-en@lists.osdn.me>.
tomoyo-editpolicy-agent(8), tomoyo-loadpolicy(8)
See <https://tomoyo.osdn.jp> for more information.
2019-02-05 | tomoyo-tools 2.6.0 |