mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
xCAT confluent - replacement of conserver and eventually xcatd
ce1cb952e8
It's tricky. On Redhat platforms, we need the CAP_DAC_READ_SEARCH capability. Unfortunately this is one of the nicest capabilities to have. For now add it to ambient set so that PAM can work on redhat platforms. Mitigate this risk by safeguarding the license handling code, which is the only known place that can read a file and send it to somewhere. If we could drop the capability from effective set and add it back in when needed, that would be nice, but that appears not to be possible. Short of that, having a separate authentication process running and dropping privilege would potentially work. |
||
---|---|---|
confluent_client | ||
confluent_common | ||
confluent_perl | ||
confluent_server | ||
confluent_web | ||
doc | ||
misc | ||
.gitignore | ||
API.txt | ||
LICENSE | ||
SECURITY | ||
TODO |