Skip to content
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

rhel7 rht-ccp: kernel_module_sctp_disabled #65

Closed
shawndwells opened this issue Sep 6, 2014 · 4 comments
Closed

rhel7 rht-ccp: kernel_module_sctp_disabled #65

shawndwells opened this issue Sep 6, 2014 · 4 comments
Milestone

Comments

@shawndwells
Copy link
Member

No description provided.

@shawndwells shawndwells modified the milestones: 0.1.19, RHEL7 CCP, Draft RHEL 7 STIG Sep 6, 2014
@iankko iankko self-assigned this Sep 12, 2014
@iankko
Copy link

iankko commented Sep 12, 2014

Unless someone beats me to it I will provide patch for this during this weekend. This is VALID case
which needs care. See below:

[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root@localhost ~]# cat /usr/src/kernels/3.10.0-123.6.3.el7.x86_64/.config | grep SCTP
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_IP_VS_PROTO_SCTP=y
CONFIG_IP_SCTP=m
CONFIG_NET_SCTPPROBE=m
 CONFIG_SCTP_DBG_MSG is not set
 CONFIG_SCTP_DBG_OBJCNT is not set
 CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
 CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
[root@localhost ~]# modprobe sctp && echo $?
0
[root@localhost ~]# rpm -ql kernel | grep sctp.ko
/lib/modules/3.10.0-123.el7.x86_64/kernel/net/netfilter/nf_conntrack_proto_sctp.ko
/lib/modules/3.10.0-123.el7.x86_64/kernel/net/netfilter/nf_nat_proto_sctp.ko
/lib/modules/3.10.0-123.el7.x86_64/kernel/net/netfilter/xt_sctp.ko
/lib/modules/3.10.0-123.el7.x86_64/kernel/net/sctp/sctp.ko
[root@localhost ~]#

@shawndwells
Copy link
Member Author

@iankko p.s., if you wrap code with four ticks (`), GitHub will autoconvert to code stanzas and take care of formatting for you (went ahead and made the change above). helpful for those who monitor GH via EMails

@shawndwells shawndwells modified the milestones: RHEL7 CCP, 0.1.19 Sep 12, 2014
@redhatrises redhatrises removed the help-wanted This PR/Issue needs help to go forward. label Sep 13, 2014
iankko pushed a commit to iankko/scap-security-guide that referenced this issue Sep 15, 2014
…el_module_{dccp,sctp}_disabled OVAL checks to shared (they work for both of RHEL6 & RHEL7)

[RHEL/6, RHEL/7] Create symlinks & update test attestations
@iankko
Copy link

iankko commented Sep 15, 2014

Corresponding PR: #222

shawndwells added a commit that referenced this issue Sep 15, 2014
[bugfix #64 & #65] [shared] Move kernel_module_{dccp,sctp}_disabled OVAL checks to shared (work for both of RHEL6 & RHEL7)
@shawndwells
Copy link
Member Author

PR #222 merged, resolving ticket

brett060102 added a commit to brett060102/content that referenced this issue Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants