OSDN Git Service

fix install document and contain /etc/sodoers
author“nanbuwks” <“nanbuwks-sourceforge@nanbu.com”>
Tue, 30 Mar 2010 00:15:18 +0000 (09:15 +0900)
committer“nanbuwks” <“nanbuwks-sourceforge@nanbu.com”>
Tue, 30 Mar 2010 00:15:18 +0000 (09:15 +0900)
INSTALL
VERSION
debug/usbtest [moved from package/usr/bin/usbtest with 100% similarity]
package/etc/sudoers [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
index 10f43cb..fefb276 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
 Squaruntine
 インストールガイド
-20100327
+20100330
 
 -----------------------------------
 Debian Lennyをインストールされていることを前提としています。
@@ -33,12 +33,14 @@ cd package
 /usr/bin/usbadd2
 /usr/bin/usbremove
 /usr/bin/usbremove2
+/usr/bin/usbsearchdelete
 /var/www/squarantine
 /var/sqarantine
 
 以下のファイルを上書きしてください。
 もし既存の設定がある場合はそれにあわせ変更をしてください。
 /etc/samba/smb.conf
+/etc/sudoers
 
 必要なディレクトリを作成します。
 /mnt/share/ok
diff --git a/VERSION b/VERSION
index a53f481..f827a52 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,3 +1,4 @@
+squarantine 0.21 2010/03/30 INSTALL document fix and contain /etc/sodoers file
 squarantine 0.2 2010/03/27 configration to /etc/squarantine/squarantine.conf
 squarantine 0.1 2009/11/14 first release
 
similarity index 100%
rename from package/usr/bin/usbtest
rename to debug/usbtest
diff --git a/package/etc/sudoers b/package/etc/sudoers
new file mode 100644 (file)
index 0000000..a28b609
--- /dev/null
@@ -0,0 +1,23 @@
+# /etc/sudoers
+#
+# This file MUST be edited with the 'visudo' command as root.
+#
+# See the man page for details on how to write a sudoers file.
+#
+
+Defaults       env_reset
+
+# Host alias specification
+
+# User alias specification
+
+# Cmnd alias specification
+
+# User privilege specification
+root   ALL=(ALL) ALL
+
+# Uncomment to allow members of group sudo to not need a password
+# (Note that later entries override this, so you might need to move
+# it further down)
+# %sudo ALL=NOPASSWD: ALL
+www-data ALL=NOPASSWD: ALL