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

PAM support #8

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

PAM support #8

wants to merge 3 commits into from

Conversation

erickeller
Copy link

Hi Brian,

hier is the fork on my git repository, could you take a look and let me know what you think about?

best regards

Eric

… when starting daemonize with another than root.

Some examples of configuration:
-- /etc/security/access.conf --

# deny access expect for localuser locally
- : ALL EXCEPT localuser : LOCAL
# User "localuser" should be allowed to get access via daemonize .. LOCAL.
+ : localuser : daemonize : LOCAL

-- !/etc/security/access.conf --

-- /etc/pam.d/daemonize --

auth required pam_access.so
session required pam_limits.so

-- ! /etc/pam.d/daemonize --

-- /etc/security/limits.conf --

localuser - core unlimited
localuser - rtprio unlimited
localuser - nice unlimited
localuser - memlock unlimited
localuser hard nofile 2048
localuser soft nofile 2048

-- ! /etc/security/limits.conf --


Signed-off-by: Eric Keller <[email protected]>
@bmc bmc closed this Aug 10, 2016
@erickeller
Copy link
Author

Is there a reason why you did not merge this PR?

@bmc bmc reopened this Aug 22, 2016
@bmc
Copy link
Owner

bmc commented Aug 22, 2016

I've reopened it. But it has conflicts, first of all, because I didn't have time to evaluate it since you opened in three years ago.

By "haven't had time", I mean that I haven't had time to merge it and test it on all platforms. Does it work on FreeBSD (or, at least, build)? How about Mac OS X? What distributions of Linux support this patch?

Without testing it on all the platforms daemonize currently supports, I cannot just merge it in.

@erickeller
Copy link
Author

I will try it on FreeBSD and Mac and let you know.

On Mon, Aug 22, 2016 at 4:38 PM Brian Clapper [email protected]
wrote:

I've reopened it. But it has conflicts, first of all, because I didn't
have time to evaluate it since you opened in three years ago.

By "haven't had time", I mean that I haven't had time to merge it and
test it on all platforms. Does it work on FreeBSD (or, at least, build)?
How about Mac OS X? What distributions of Linux support this patch?

Without testing it on all the platforms daemonize currently supports, I
cannot just merge it in.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#8 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABOw0t2oTTp_kvebKX3J0cFKGHsSmy9pks5qibSAgaJpZM4AbvY8
.

@WSLUser
Copy link

WSLUser commented Jun 12, 2020

Why not set up Azure pipelines and configure CI/CD? Then you could test all the platforms.

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

Successfully merging this pull request may close these issues.

3 participants