This file is indexed.

/usr/share/sadms-2.0.15/conf/_pam_mount.conf.xml is in sadms 2.0.15.repack-0ubuntu2.

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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
<!--
	See pam_mount.conf(5) for a description.
-->

<pam_mount>

<!-- Volume definitions -->
<!--
%(USER) 
	The username of the user logging in.
%(DOMAIN_NAME), %(DOMAIN_USER)
	Winbind has special UNIX usernames in the form of "domain\username", 
	and %(DOMAIN_NAME) and %(DOMAIN_USER) provide the split parts of it.
	This is useful when a sharename on an MSAD server is the same as the username, 
	e.g. <volume fstype="cifs" server="fsbox" path="%(DOMAIN_USER)" />.
%(USERUID), %(USERGID) 
	The numeric UID and GID of the primary group of the user logging in.
	This is obtained via getpw*(), not getuid().
	It is useful in conjunction with the uid= or gid= mount options, 
	e.g. <volume options="uid=%(USERUID)" />.
	Note that you do not need to specify uid=%(USERUID) for smbfs or cifs
	mounts because this is already done automatically by pam_mount.
%(GROUP)
	The name of the group for %(USERGID).
-->

%VOLUMES%

<!-- pam_mount parameters: General tunables -->

<debug enable="0" />

<!--
<luserconf name=".pam_mount.conf.xml" />
-->

<!-- Note that commenting out mntoptions will give you the defaults.
     You will need to explicitly initialize it with the empty string
     to reset the defaults to nothing. -->
<mntoptions allow="nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other" />
<!--
<mntoptions deny="suid,dev" />
<mntoptions allow="*" />
<mntoptions deny="*" />
-->
<mntoptions require="nosuid,nodev" />

<path>/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin</path>

<logout wait="0" hup="0" term="0" kill="0" />

<!-- pam_mount parameters: Volume-related -->

<mkmountpoint enable="1" remove="true" />

</pam_mount>