-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge 4.5 into master #2191
Merge 4.5 into master #2191
Changes from all commits
d35caa5
642237f
18b4671
051171d
0a42059
f70e559
9eb370b
58f5b3f
03c9f25
e711c1b
55978fa
a59e828
5773cfb
6deda0c
02ca409
c713ab2
be6c7e4
c19d381
f64deed
0cac89f
c30f7f8
d03c3b5
07a3aed
4abcd8b
b9538f1
7b1c9b6
791cd81
dbc7197
36ffb4d
5045a01
ecbe45f
37d496b
6cd6107
e6ca436
13ba7e9
733537b
bac6a0e
c5266ce
32e6a60
a4f477e
ac63a74
9fec45a
abcee78
ed43bdc
625c626
e041a02
01389de
dc13d75
00ad440
8c9d4ef
2bd2bc0
08bd107
f52d16b
9223223
24734fb
ccd4486
3e69fa3
680e61f
066a21d
c61261c
ad78e4b
2ae6fd4
5679018
908ef35
39ea44e
b51b449
865d0a5
378f5ec
51900f2
0a651da
c1fcff4
ccb2072
25d7dd5
52c1055
0f7526f
9f30cfd
d7dc64e
97f03e1
7997c6e
2a36d66
cc817bd
d3c4230
74a1dc6
e6795ac
41a3548
6e92906
63babe9
f46fc48
2ac19c6
5ad2894
39deaaf
2b1523a
a402a1b
b225ede
cb59438
2bcaf51
2e15287
ed102bf
dca0596
8b94f1c
8785298
23f4f5a
1349a42
526c5c3
4f626c6
cfe6702
1fa36d4
e9553b0
4ea387d
72c57a9
8ddb2d6
8527968
b6dfb53
a360457
1fb7e97
11da984
f60dfa0
3b4d1af
ff75f72
558fa0f
0b67cd0
5979693
7f56e13
fcbb1a1
26dc75f
7e2e2f3
5c9f33a
b124725
86946a7
4207090
86f8603
b888da9
5731127
3482fff
acccbed
1991c23
d4c0f00
d96216b
8eeca7a
94afe9b
ef30264
a0bed47
fedc4d2
cba9143
d75baa5
9a78def
0bf9b04
bdbaadf
053e138
56ca8c3
d83f80f
53f8b6b
f8b5a15
6019266
a477645
a53c1f1
c72842e
65cfd5c
78d3bed
c7d5830
d801627
96a126b
a762023
526668d
5a11b34
2864543
1a2100a
48e52e6
81675c7
8078c00
4898085
688dd85
08770c8
daec213
4d81026
ab949da
f68a93f
c74e8b2
9e3756a
2095105
c5f3306
372c835
2ea693c
2809c58
a7f6e52
f3c83e6
ab70d44
af4063e
8d7469e
c71bc6a
64db014
de8e257
1a05c28
3144338
ea87e1b
8962e2f
aea18f9
55e5478
acee455
84ed1b1
83c09ad
eaa53dc
d61f133
9e40833
f3a1427
5822eff
3c40af7
c741a6a
1bd7f18
7a4da77
060c3dc
fbd22a2
6efe776
4458bcf
0f9f730
7f7bc0a
7feb901
31926e1
13e404b
5334134
65fffab
aa28951
5137183
94e590c
7a4ac23
4eea041
edcba68
f79bd76
316cf0c
96c4043
99adcc5
8f41d4b
39cb9cb
b1b4745
d83fcd4
30de429
cee0743
bdb17c7
5de8c47
bbe0ac2
5875671
a509b38
ba90ffb
2b12001
caf5125
412295c
37a7bf5
75df14e
c9a3391
7a6564a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,9 +128,12 @@ override_dh_install: | |
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/darwin/19 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/darwin/20 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/darwin/21 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/darwin/22 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/7 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/8 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/9 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/10 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/11 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/rhel/5 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/rhel/6 | ||
mkdir -p ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/rhel/7 | ||
|
@@ -166,11 +169,14 @@ override_dh_install: | |
cp etc/templates/config/darwin/18/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/darwin/19 | ||
cp etc/templates/config/darwin/20/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/darwin/20 | ||
cp etc/templates/config/darwin/21/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/darwin/21 | ||
cp etc/templates/config/darwin/22/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/darwin/22 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. File There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, the wazuh/wazuh pull request is blocked until this pull request is merged |
||
|
||
cp etc/templates/config/debian/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian | ||
cp etc/templates/config/debian/7/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/7 | ||
cp etc/templates/config/debian/8/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/8 | ||
cp etc/templates/config/debian/9/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/9 | ||
cp etc/templates/config/debian/10/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/10 | ||
cp etc/templates/config/debian/11/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/debian/11 | ||
|
||
cp etc/templates/config/centos/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/centos | ||
cp etc/templates/config/centos/5/sca.files ${TARGET_DIR}$(INSTALLATION_SCRIPTS_DIR)/sca/centos/5 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ function build() { | |
find ${SOURCES_PATH}/src/init/ -name *.sh -type f -exec install -m 0640 {} ${INSTALLATION_SCRIPTS_DIR}/src/init \; | ||
|
||
mkdir -p ${INSTALLATION_SCRIPTS_DIR}/sca/generic | ||
mkdir -p ${INSTALLATION_SCRIPTS_DIR}/sca/darwin/{15,16,17,18,20,21} | ||
mkdir -p ${INSTALLATION_SCRIPTS_DIR}/sca/darwin/{15,16,17,18,20,21,22} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same with the Darwin sca file |
||
|
||
cp -r ${SOURCES_PATH}/ruleset/sca/darwin ${INSTALLATION_SCRIPTS_DIR}/sca | ||
cp -r ${SOURCES_PATH}/ruleset/sca/generic ${INSTALLATION_SCRIPTS_DIR}/sca | ||
|
@@ -72,6 +72,7 @@ function build() { | |
cp ${SOURCES_PATH}/etc/templates/config/darwin/19/sca.files ${INSTALLATION_SCRIPTS_DIR}/sca/darwin/19/ | ||
cp ${SOURCES_PATH}/etc/templates/config/darwin/20/sca.files ${INSTALLATION_SCRIPTS_DIR}/sca/darwin/20/ | ||
cp ${SOURCES_PATH}/etc/templates/config/darwin/21/sca.files ${INSTALLATION_SCRIPTS_DIR}/sca/darwin/21/ | ||
cp ${SOURCES_PATH}/etc/templates/config/darwin/22/sca.files ${INSTALLATION_SCRIPTS_DIR}/sca/darwin/22/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same |
||
|
||
cp ${SOURCES_PATH}/src/VERSION ${INSTALLATION_SCRIPTS_DIR}/src/ | ||
cp ${SOURCES_PATH}/src/REVISION ${INSTALLATION_SCRIPTS_DIR}/src/ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File
etc/templates/config/darwin/22/sca.files
does not exist in the branchmaster
of repositorywazuh/wazuh
yet