1amt(1) User Commands amt(1)
2
3
4
6 amt - run abstract machine test
7
9 amt [-s]
10
11
13 The amt command is for use in a Common Criteria security certified sys‐
14 tem. The command is used to verify that the low level functions neces‐
15 sary to enforce the object reuse requirements of the Controlled Access
16 Protection Profile are working correctly. /usr/bin/amt is a shell
17 script that executes tests specific to your system. For a 32-bit sys‐
18 tem, the tests run as a 32-bit application. For a 64-bit system, the
19 tests run twice; once as a 32-bit application and once as a 64-bit
20 application.
21
22
23 amt lists test results with a pass or fail for each test it performs,
24 unless output is suppressed with the -s option.
25
27 The following option is supported:
28
29 -s Suppresses output.
30
31
33 The following error values are returned:
34
35 0 All tests passed.
36
37
38 >0 Count of the number of tests that failed.
39
40
41 <0 Incorrect command line argument.
42
43
45 See attributes(5) for descriptions of the following attributes:
46
47
48
49
50 ┌─────────────────────────────┬─────────────────────────────┐
51 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
52 ├─────────────────────────────┼─────────────────────────────┤
53 │Availability │SUNWcsu │
54 ├─────────────────────────────┼─────────────────────────────┤
55 │Interface Stability │Committed │
56 └─────────────────────────────┴─────────────────────────────┘
57
59 attributes(5)
60
61
62
63SunOS 5.11 19 Aug 2003 amt(1)