lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 3c96144 2/2: Validate multi-user-ness


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3c96144 2/2: Validate multi-user-ness
Date: Wed, 13 May 2020 18:22:28 -0400 (EDT)

branch: master
commit 3c96144461b361c54e00d7d9fe35d8f750df5683
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Validate multi-user-ness
---
 install_msw.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/install_msw.sh b/install_msw.sh
index ebb4c7d..599a2cb 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -289,6 +289,9 @@ do
     fi
 done
 
+# User and group write permissions should be the same.
+find /opt/lmi -perm -200 \! -perm -020 -print0 | xargs -0 ls -ld
+
 mkdir --parents /opt/lmi/data
 
 # To regenerate authentication files for production distributions:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]