Xusontha to Programmer Humor@lemmy.ml • edit-22 years agoIt's always "temporary troubleshooting"loot.buckodr.inkimagemessage-square26fedilinkarrow-up11.13Kfile-text
arrow-up11.13KimageIt's always "temporary troubleshooting"loot.buckodr.inkXusontha to Programmer Humor@lemmy.ml • edit-22 years agomessage-square26fedilinkfile-text
minus-square@lightnegative@lemmy.worldlinkfedilink1•2 years agoFirst thing to do if you need a functioning server Unless you’re a security guy and get off on people not being able to do their jobs due to Access Denied
minus-square@Knusper@feddit.delinkfedilink6•2 years agoRecently, I learned of the concept of “Linux capabilities”. And yeah, as much as I enjoy reading up on these things, the whole time I was thinking, if something’s fucky with these capabilities, I’ll never remember to check them…
minus-square@uis@lemmy.worldlinkfedilink3•edit-22 years agoFunfact: if you want to run for example HTTP server, you can run it with CAP_NET_BIND_SERVICE and no_new_priv.
(after) …ah crap it’s actually selinux…
SELINUX=disabled
First thing to do if you need a functioning server
Unless you’re a security guy and get off on people not being able to do their jobs due to Access Denied
Recently, I learned of the concept of “Linux capabilities”. And yeah, as much as I enjoy reading up on these things, the whole time I was thinking, if something’s fucky with these capabilities, I’ll never remember to check them…
Funfact: if you want to run for example HTTP server, you can run it with CAP_NET_BIND_SERVICE and no_new_priv.
deleted by creator