This file is indexed.

/usr/share/metview/etc/ObjectSpec.Scm is in metview-data 5.0.0~beta.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
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
################################################################################
#
#	ObjectSpec.Flextra
#

#-----------------------
# Input Data
#-----------------------

object,
	class		= SCM_INPUT_DATA,
	can_be_created  = False,
	check           = False,
	default_object  = False,
	type		= File,
	default_name    = 'Scm Input Data',
	pixmap 		= '$METVIEW_DIR_SHARE/icons/SCM_INPUT_DATA.icon',
	editor_type     = QtScmDataEditor 

#-----------------------
# Output Data
#-----------------------

object,
	class		= SCM_OUTPUT_DATA,
	can_be_created  = False,
	check           = False,
	default_object  = False,
	type		= File,
	default_name    = 'Scm Output Data',
	pixmap 		= '$METVIEW_DIR_SHARE/icons/SCM_OUTPUT_DATA.icon',
	default_method	= Examine,
	editor_type     = NoEditor 



#-----------------------
# Computation
#-----------------------

object,
	class               = SCM_RUN,
 	can_be_created      = True,
 	definition_file     = '$METVIEW_DIR_SHARE/etc/ScmRunDef',
	rules_file          = '$METVIEW_DIR_SHARE/etc/ScmRunRules',
	default_name        = 'Scm Run',		
	type                = Data,
	expand	            = 75,	
	macro               = scm_run,
	editor_type	    = SimpleEditor,	
	pixmap              = '$METVIEW_DIR_SHARE/icons/SCM_RUN.icon'


#-----------------------
# Visualisation
#-----------------------

object,
	class           = SCM_VISUALISER,
 	can_be_created  = True,
 	definition_file = '$METVIEW_DIR_SHARE/etc/ScmVisualiserDef',
	rules_file      = '$METVIEW_DIR_SHARE/etc/ScmVisualiserRules',
	default_name    = 'Scm Visualiser',		
	type            = Data,
	expand	        = 27,	 # EXPAND_DATE|EXPAND_TIME|expand_2nd_name|EXPAND_LAST_NAME
	macro           = scm_visualiser,
	editor_type	    = SimpleEditor,	
	pixmap          = '$METVIEW_DIR_SHARE/icons/SCM_VIS.icon'


#-----------------------
# States + services
#-----------------------

state,
	class    = SCM_RUN,
	action   = execute,
	service  = ScmRun

state,
	class		 = SCM_RUN,
	output_class = SCM_OUTPUT_DATA,
	service		 = ScmRun


service,
	cmd  = '$METVIEW_CMD $METVIEW_BIN/ScmRun',
	name = 'ScmRun'

state,
	class		    = SCM_OUTPUT_DATA,
	action		    = save,
        service		    = savepool

state,
	class	= SCM_OUTPUT_DATA,
	action	= examine,
	service = NcExaminer

state,
     class   = SCM_VISUALISER,
     action  = execute/visualise/prepare/drop,
     service = ScmVisualiser

service,
	cmd  = '$METVIEW_CMD $METVIEW_BIN/ScmVisualiser',
	name = 'ScmVisualiser'