# $NetBSD: su,v 1.9 2023/06/20 22:00:00 riastradh Exp $ # # PAM configuration for the "su" service # # auth auth sufficient pam_rootok.so no_warn auth sufficient pam_self.so no_warn auth sufficient pam_skey.so no_warn try_first_pass #auth sufficient pam_u2f.so authfile=/etc/u2f_mappings cue #auth sufficient pam_ksu.so no_warn try_first_pass #auth sufficient pam_group.so no_warn group=rootauth root_only authenticate auth requisite pam_group.so no_warn group=wheel root_only fail_safe auth required pam_unix.so no_warn try_first_pass nullok # account account required pam_login_access.so account include system # session session required pam_permit.so lockdoc-10.99.5 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/tests/ipf/expected
AgeCommit message (Expand)Author
2015-11-05Ooops, pilot error - revert lastmartin
2015-11-05Fix expected output to match -current NetBSD reality (port "255" is notmartin
2014-11-25Fix wrong expected outputsozaki-r
2014-07-15NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved"martin
2014-06-30New IPv6 tests for ipnat parsing need to be built by make so that they candarrenr
2014-06-30NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved"darrenr
2014-06-29Add in test cases for testing ipnat's parsing of IPv6 NAT rulesdarrenr
2012-12-03Add a couple more inet6 tests to verify correct rule parsingpgoyette
2012-12-03Include an explicit test for correctly inferring family inet6 when therepgoyette
2012-12-03Without explicit address, the address family is not inferred and notpgoyette
2012-12-03For rules without any address, don't infer an address family.pgoyette
2012-07-22test cases n201 and n202 were removed on import of 5.1.2darrenr
2012-07-22Merged IPFilter 5.1.2 into HEADdarrenr
2012-07-22Import IPFilter 5.1.2darrenr
2012-03-23Update to the tests from 5.1.1christos
2012-02-15Back out the recent import of IPFilter 5.1.1 for the upcoming branch,riz
2012-02-13Update ipf test suite with test cases from IPFilter 5.1.1darrenr
2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv
2009-02-20Add the ipf tests developed by Lukasz Strzygowski as part of the atfifyjmmv