osaf/services/saf/immsv/README.ACCESS_CONTROL | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/osaf/services/saf/immsv/README.ACCESS_CONTROL b/osaf/services/saf/immsv/README.ACCESS_CONTROL --- a/osaf/services/saf/immsv/README.ACCESS_CONTROL +++ b/osaf/services/saf/immsv/README.ACCESS_CONTROL @@ -83,10 +83,10 @@ Check for denied access: $ grep "access denied" /var/log/auth.log | grep osafimmnd -At build time the default access control mode can be changed (to ENFORCING) -after the configure step by adding to config.h: +At build time the default access control mode can be changed by defining the +make variable CXXFLAGS as in this example (mode changed to ENFORCING): -#define IMM_ACCESS_CONTROL_MODE 2 +$./configure CXXFLAGS="-DIMM_ACCESS_CONTROL_MODE=2" Logging ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
