This file is indexed.

/usr/include/shell.h is in libduo-dev 1.9.21-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
#ifndef SHELL_H
#define SHELL_H

/* Which shell should we use by default if there's not one provided by getpwuid(3)? */
#ifndef _DEFAULT_SHELL
#define _DEFAULT_SHELL "/bin/sh"
#endif

#endif