Просмотр исходного кода

Drop all references to SECURITY file

File was removed by 6bdf0962ad035ac659bcbf36a918fe39931ed75d.
Patch fixes master branch build again.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Fabio M. Di Nitto 7 лет назад
Родитель
Сommit
94dff3b765
3 измененных файлов с 3 добавлено и 7 удалено
  1. 1 5
      INSTALL
  2. 1 1
      Makefile.am
  3. 1 1
      corosync.spec.in

+ 1 - 5
INSTALL

@@ -184,9 +184,6 @@ Get one or more nodes and run the corosync executive on each node.  Run the
 corosync daemon after following the previous directions.  The daemon must be
 corosync daemon after following the previous directions.  The daemon must be
 run as UID 0(root).
 run as UID 0(root).
 
 
-please read SECURITY to understand the threat model assumed by corosync
-and the techniques corosync use to overcome these threats.
-
 Before running any of the test programs
 Before running any of the test programs
 ---------------------------------------
 ---------------------------------------
 The corosync executive will ensure security by only allowing the UID 0(root) or
 The corosync executive will ensure security by only allowing the UID 0(root) or
@@ -201,8 +198,7 @@ uidgid {
 }
 }
 
 
 Please note that these users then have full ability to transmit and receive
 Please note that these users then have full ability to transmit and receive
-messages in the cluster and are not bound by the threat model described in
-SECURITY.
+messages in the cluster.
 
 
 Try out the corosync cpg functionality
 Try out the corosync cpg functionality
 --------------------------------------
 --------------------------------------

+ 1 - 1
Makefile.am

@@ -46,7 +46,7 @@ MAINTAINERCLEANFILES	= Makefile.in aclocal.m4 configure depcomp \
 			  autoheader automake autoconf test_lense.sh \
 			  autoheader automake autoconf test_lense.sh \
 			  autoscan.log configure.scan ltmain.sh test-driver
 			  autoscan.log configure.scan ltmain.sh test-driver
 
 
-dist_doc_DATA		= LICENSE INSTALL README.recovery SECURITY AUTHORS
+dist_doc_DATA		= LICENSE INSTALL README.recovery AUTHORS
 
 
 SUBDIRS			= include common_lib lib exec tools test cts pkgconfig \
 SUBDIRS			= include common_lib lib exec tools test cts pkgconfig \
 			  man init conf vqsim
 			  man init conf vqsim

+ 1 - 1
corosync.spec.in

@@ -168,7 +168,7 @@ fi
 %endif
 %endif
 
 
 %files
 %files
-%doc LICENSE SECURITY
+%doc LICENSE
 %{_sbindir}/corosync
 %{_sbindir}/corosync
 %{_sbindir}/corosync-keygen
 %{_sbindir}/corosync-keygen
 %{_sbindir}/corosync-cmapctl
 %{_sbindir}/corosync-cmapctl