]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs:
authorTomas Mraz <tm@t8m.info>
Fri, 11 Jul 2008 15:37:28 +0000 (15:37 +0000)
committerTomas Mraz <tm@t8m.info>
Fri, 11 Jul 2008 15:37:28 +0000 (15:37 +0000)
commit3c3bb4c3659615ffba1b23f537120ea996e8a774
tree3e290447a93899cb391b6d2a35409f016ab1a39a
parent0323cbc3d94badc4d5e941a8fb679444dcb72bbb
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------
2008-07-11  Tomas Mraz <t8m@centrum.cz>

        * modules/pam_selinux/pam_selinux.c (config_context): Do not
        ask for the level if use_current_range is set.
        (context_from_env): New function to obtain the context from
        PAM environment variables.
        (pam_sm_open_session): Call context_from_env() if env_params option
        is present. use_current_range now modifies behavior of the
        context_from_env and config_context options.
        * modules/pam_selinux/pam_selinux.8.xml: Describe the env_params
        option. Adjust description of use_current_range option.
ChangeLog
modules/pam_selinux/pam_selinux.8.xml
modules/pam_selinux/pam_selinux.c