This file is indexed.

/usr/lib/oar/database/default_data.sql is in oar-server 2.5.2-4.1.

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

The actual contents of the file can be viewed below.

1
2
3
4
INSERT INTO queues (queue_name, priority, scheduler_policy) VALUES ('admin','10','oar_sched_gantt_with_timesharing_and_fairsharing');
INSERT INTO queues (queue_name, priority, scheduler_policy) VALUES ('default','2','oar_sched_gantt_with_timesharing_and_fairsharing');
INSERT INTO queues (queue_name, priority, scheduler_policy) VALUES ('besteffort','0','oar_sched_gantt_with_timesharing_and_fairsharing');
INSERT INTO gantt_jobs_predictions (moldable_job_id , start_time) VALUES ('0','0');