Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
f2bd0f0c
Commit
f2bd0f0c
authored
Jan 29, 2004
by
Robert Ricci
Browse files
Properly protect the mailing list directory.
parent
3bf3946b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/ops-install.in
View file @
f2bd0f0c
...
...
@@ -174,6 +174,8 @@ Phase "sendmail","Configuring sendmail", sub {
DoneIfExists
(
$LIST_DIR
);
mkdir
(
$LIST_DIR
,
0755
)
or
PhaseFail
("
Unable to create
$LIST_DIR
: $!
");
ExecQuietFatal
("
$CHGRP
mailnull
$LIST_DIR
");
ExecQuietFatal
("
$CHMOD
750
$LIST_DIR
");
};
Phase
"
listfiles
",
"
Creating mailing list files
",
sub
{
foreach
my
$list
(
@MAILING_LIST_NAMES
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment