]> Kevux Git Server - fll/commit
Feature: controller program must support "with full_path".
authorKevin Day <thekevinday@gmail.com>
Sat, 17 Apr 2021 05:41:11 +0000 (00:41 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 17 Apr 2021 05:41:11 +0000 (00:41 -0500)
commite4902257d6d8bc913011dc7f6137056094cd1fcd
treee029accd3d77fdec50ecce1bb78bcaf001331b77
parent8a7b8597717942861253a58bc0e3648ac9fdee50
Feature: controller program must support "with full_path".

This is necessary to accomodate fickle programs like SSHD where the full path in argument[0] is required.

This implements a general feature called "with" which is provided to add flags on a per Rule Type basis.
These flags will tweak the Rule Type is some manner.

Only one flag is suppoted at this time: "full_path".
The "full_path" provides the necessary functionality to make SSHD happy.
level_3/controller/c/private-common.h
level_3/controller/c/private-rule.c
level_3/controller/data/settings/example/rules/service/sshd.rule
level_3/controller/documents/rule.txt
level_3/controller/specifications/rule.txt