-1

I am trying to learn how to secure a linux servers, I have started it with basic logging and authentication. I would like to know if anyone can steal my logging info in default mode.If yes, then how can i secure it.

I have already googling, but answers were not satisfactory.

  • 1
    Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See [What topics can I ask about here](http://stackoverflow.com/help/on-topic) in the Help Center. Perhaps [Information Security Stack Exchange](http://security.stackexchange.com/) would be a better place to ask. – jww Oct 05 '19 at 08:57
  • @jww thanks for clarification. I didn't knew about this community. I will ask question in relevant forum. – Osama Wasim Oct 06 '19 at 16:12

1 Answers1

0

I think a good point to start from is Security Enhanced Linux (SELinux). SELinux is a kernel module, which assists you in maintaining and also securing a Linux server system. For an introduction into SELinux you might look into the red hat Linux documentation

With regard to logging you may consult:

Draft25
  • 52
  • 4