Skip to content
Snippets Groups Projects
Commit 5f55799d authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Remove write permissions of files in the lustre-source RPM to avoid
any security risk.
b=16180
i=brian
i=terry
parent fc73a2b5
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,7 @@ mkdir -p $RPM_BUILD_ROOT/usr/src
rm -f lustre-source
ln -s $RPM_BUILD_ROOT/usr/src lustre-source
make distdir distdir=lustre-source/lustre-%{version}
chmod -R go-w lustre-source/lustre-%{version}
cat >lustre.files <<EOF
%attr(-, root, root) /sbin/mount.lustre
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment