[selinux-policy: 1040/3172] configuration files for automount.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:34:49 UTC 2010


commit 44656a182b1cc68bb982e434714a4e7c7fde9056
Author: Ryan Haggerty <rhaggerty at tresys.com>
Date:   Thu Dec 8 17:10:23 2005 +0000

    configuration files for automount.

 testing/automount/README      |    6 ++++++
 testing/automount/auto.master |    1 +
 testing/automount/auto.misc   |    3 +++
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/testing/automount/README b/testing/automount/README
new file mode 100644
index 0000000..de8da09
--- /dev/null
+++ b/testing/automount/README
@@ -0,0 +1,6 @@
+place the following in /etc
+
+auto.master
+auto.misc
+
+set up an nfs mount to correspond with the config files
diff --git a/testing/automount/auto.master b/testing/automount/auto.master
new file mode 100644
index 0000000..a0de823
--- /dev/null
+++ b/testing/automount/auto.master
@@ -0,0 +1 @@
+/auto   /etc/auto.misc  --timeout=60
diff --git a/testing/automount/auto.misc b/testing/automount/auto.misc
new file mode 100644
index 0000000..afc17a5
--- /dev/null
+++ b/testing/automount/auto.misc
@@ -0,0 +1,3 @@
+cd		-fstype=iso9660,ro,nosuid,nodev	:/dev/cdrom
+#the ip of course has to match so if you are not using my testing vm then u may have to edit it
+megatron	-ro,soft,intr		10.1.13.150:/pub


More information about the scm-commits mailing list