Class SystemCallLog

java.lang.Object
de.thjom.java.systemd.types.SystemCallLog

public class SystemCallLog extends Object
  • Field Details

    • allowlist

      private final boolean allowlist
    • sysCalls

      private final List<String> sysCalls
  • Constructor Details

    • SystemCallLog

      public SystemCallLog(Object[] array)
  • Method Details

    • isAllowlist

      public boolean isAllowlist()
    • getSysCalls

      public List<String> getSysCalls()
    • toString

      public String toString()
      Overrides:
      toString in class Object