This file is indexed.

/etc/xfsm.par is in alliance 5.1.1-1.1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# /*------------------------------------------------------------\
# |                                                             |
# | Title      :       Parameters File for Xfsm                 |
# |                                                             |
# | Date       :             01.01.95                           |
# |                                                             |
# \------------------------------------------------------------*/
# /*------------------------------------------------------------\
# |                                                             |
# |                           Unit                              |
# |                                                             |
# \------------------------------------------------------------*/

DEFINE XFSM_UNIT  64

# /*------------------------------------------------------------\
# |                                                             |
# |               Lower Grid Step in pixel by unit              |
# |                                                             |
# \------------------------------------------------------------*/

DEFINE XFSM_LOWER_GRID_STEP 50

# /*------------------------------------------------------------\
# |                                                             |
# |                        Xfsm Color                           |
# |                                                             |
# \------------------------------------------------------------*/

DEFINE XFSM_CURSOR_COLOR_NAME      Gray
DEFINE XFSM_BACKGROUND_COLOR_NAME  Black
DEFINE XFSM_FOREGROUND_COLOR_NAME  White
DEFINE XFSM_ACCEPT_COLOR_NAME      magenta
DEFINE XFSM_CONNECT_COLOR_NAME     White

# /*------------------------------------------------------------\
# |                                                             |
# |                  Xfsm Cursor Size in pixel                  |
# |                                                             |
# \------------------------------------------------------------*/

DEFINE XFSM_CURSOR_SIZE 10 

# /*------------------------------------------------------------\
# |                                                             |
# |                     Xfsm Layer Color                        |
# |                                                             |
# \------------------------------------------------------------*/

TABLE XFSM_LAYER_NAME

  0   Arc             Cyan              Black
  1   Reset           red               Black
  2   Initial         yellow            Black
  3   Layer_3         pink              Black
  4   Layer_4         lawn_green        Black
  5   Layer_5         red               Black
  6   Layer_6         yellow            Black
  7   Layer_7         white             Black
  8   Layer_8         pink              Black
  9   Layer_9         red               Black


END