File: audit.psql

package info (click to toggle)
relic 7.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,108 kB
  • sloc: sh: 230; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
CREATE TABLE signatures (
    signature_id bigserial PRIMARY KEY,
    "timestamp" timestamptz,
    client_name text,
    client_ip text,
    client_dn text,
    client_filename text,
    sig_hostname text,
    sig_type text,
    sig_keyname text,
    attributes text);