diff options
author | James Meyer <james.meyer@operamail.com> | 2013-02-19 21:10:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-02-19 21:10:18 (GMT) |
commit | 2648e999d277eac5c3d331a3609bcc73fafbea71 (patch) | |
tree | 40951fb8e7fdbe28a0baa324ae615055203f1e2e /abs/core/pambase | |
parent | c759b5e0c4aa6fc37412b4dee2cf9ad993fd376d (diff) | |
parent | 7e6f7ca174e1af67178dc5293a312a4a733eb095 (diff) | |
download | linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.zip linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.tar.gz linhes_pkgbuild-2648e999d277eac5c3d331a3609bcc73fafbea71.tar.bz2 |
Merge branch 'testing'
# By James Meyer (1091) and others
# Via James Meyer (5) and others
* testing: (1148 commits)
LinHES-config: during install don't kill off lirc. This keeps the remote active all the way to the finish
Change version numbers to 8.0 to match the release number. LinHES-conifg LinHES-system mythdb-initial runit-scripts supplemental-web
LinHES-conifig: mv_install.py for the last partition don't go all the way to the end. Gotta leave room for gpt tables.
xf86-video-ati: xorg ati driver.
LinHES-config: timezip.py add syncing up of parental lvl passwords and starting level with MBE.
LinHES-system: correct the logic for breaking out of the wmctrl loop. As written it would break out of the inner loop..but not the 60 iteration loop.
e16_theme_settings: remove slide-in prop for new windows. For whatever reason this was preventing mplayer from being positioned correctly for appletrailers.
LinHES-config, mythinstall: change case of hd_pvr and serial to all lower refs #902
zilog-firmware: firmware for TX support of the hdpvr and pvr-150 In general I can't recommend anybody using these transmitters but including the firmware just in case someone really wants to
linhes-udev-rules: added hdprv_lirc rule. All of these lirc rules are limited to exactly one device. If more then one device is present then only the last device in init will get the symlink
runit-scripts: fix logging for igdeamon, add support to remote init script so that the blaster is always the first device in the chain. added support specificly for hd_pvr
LinHES-system: add lh_system_restore and lh_system_backup. These scripts are called from the mythmenu. refs #900
iguanair: rebuild with python 2.7
LinHES-system: msg_daemon.py fix init and nasty bug related to timeout. In a nutshell timeout wouldn't work unless a msg without a timeout was called first.
linhes-udev-rules: add rules for mce,streamzap,serial lirc devices.
mythinstall: recompile for matching libs
mythtv: latest .25-fixes and change mythbackup/restore call lh_system_$op to replace mythbackup/mythrestore. mythbackup no longer works correctly with the new windowmanager
linhes-scripts: myth2mp3, myth2x264, myth2xvid: use mythutil to get cutlist
LinHES-config, supplimental-web: Fix proxy numbering for Ceton infiniTV
linhes-system: add additional stuff to the system backup and also introduced an exclude file. The exclude/include files are locate in /home/mythtv/backup_config/
...
Diffstat (limited to 'abs/core/pambase')
-rw-r--r-- | abs/core/pambase/PKGBUILD | 41 | ||||
-rw-r--r-- | abs/core/pambase/other | 5 | ||||
-rw-r--r-- | abs/core/pambase/system-auth | 17 | ||||
-rw-r--r-- | abs/core/pambase/system-local-login | 6 | ||||
-rw-r--r-- | abs/core/pambase/system-login | 20 | ||||
-rw-r--r-- | abs/core/pambase/system-remote-login | 6 | ||||
-rw-r--r-- | abs/core/pambase/system-services | 11 |
7 files changed, 106 insertions, 0 deletions
diff --git a/abs/core/pambase/PKGBUILD b/abs/core/pambase/PKGBUILD new file mode 100644 index 0000000..4b52457 --- /dev/null +++ b/abs/core/pambase/PKGBUILD @@ -0,0 +1,41 @@ +# $Id: PKGBUILD 162994 2012-07-04 21:45:33Z dreisner $ +# Maintainer: Dave Reisner <dreisner@archlinux.org> + +pkgname=pambase +pkgver=20120701 +pkgrel=1 +pkgdesc="Base PAM configuration for services" +arch=('any') +url="http://www.archlinux.org" +license=('GPL') +source=('system-auth' + 'system-local-login' + 'system-login' + 'system-remote-login' + 'system-services' + 'other') +backup=('etc/pam.d/system-auth' + 'etc/pam.d/system-local-login' + 'etc/pam.d/system-login' + 'etc/pam.d/system-remote-login' + 'etc/pam.d/system-services' + 'etc/pam.d/other') +md5sums=('5f169a4ffe7ed69f58e106cdd2d760df' + '477237985820117a0e6e1b13a86eb599' + '17c691f2da319df8fe851bc47cc1d662' + '477237985820117a0e6e1b13a86eb599' + '30fe7d41e054ee43fab7855bf88a07e5' + '6e6c8719e5989d976a14610f340bd33a') + +package() { + install -dm755 "$pkgdir/etc/pam.d" + install -m644 -t "$pkgdir/etc/pam.d" \ + system-auth \ + system-local-login \ + system-login \ + system-remote-login \ + system-services \ + other +} + +# vim:set ts=2 sw=2 et: diff --git a/abs/core/pambase/other b/abs/core/pambase/other new file mode 100644 index 0000000..08498b4 --- /dev/null +++ b/abs/core/pambase/other @@ -0,0 +1,5 @@ +#%PAM-1.0 +auth required pam_unix.so +account required pam_unix.so +password required pam_unix.so +session required pam_unix.so diff --git a/abs/core/pambase/system-auth b/abs/core/pambase/system-auth new file mode 100644 index 0000000..b28a7e9 --- /dev/null +++ b/abs/core/pambase/system-auth @@ -0,0 +1,17 @@ +#%PAM-1.0 + +auth required pam_env.so +auth required pam_unix.so try_first_pass nullok +auth optional pam_permit.so + +account required pam_unix.so +account optional pam_permit.so +account required pam_time.so + +password required pam_unix.so try_first_pass nullok sha512 shadow +password optional pam_permit.so + +session required pam_limits.so +session required pam_env.so +session required pam_unix.so +session optional pam_permit.so diff --git a/abs/core/pambase/system-local-login b/abs/core/pambase/system-local-login new file mode 100644 index 0000000..347b815 --- /dev/null +++ b/abs/core/pambase/system-local-login @@ -0,0 +1,6 @@ +#%PAM-1.0 + +auth include system-login +account include system-login +password include system-login +session include system-login diff --git a/abs/core/pambase/system-login b/abs/core/pambase/system-login new file mode 100644 index 0000000..c3bfd7c --- /dev/null +++ b/abs/core/pambase/system-login @@ -0,0 +1,20 @@ +#%PAM-1.0 + +auth required pam_tally.so onerr=succeed file=/var/log/faillog +auth required pam_shells.so +auth requisite pam_nologin.so +auth include system-auth + +account required pam_access.so +account required pam_nologin.so +account include system-auth + +password include system-auth + +session optional pam_loginuid.so +session required pam_env.so +session include system-auth +session optional pam_motd.so motd=/etc/motd +session optional pam_mail.so dir=/var/spool/mail standard +-session optional pam_ck_connector.so nox11 +-session optional pam_systemd.so diff --git a/abs/core/pambase/system-remote-login b/abs/core/pambase/system-remote-login new file mode 100644 index 0000000..347b815 --- /dev/null +++ b/abs/core/pambase/system-remote-login @@ -0,0 +1,6 @@ +#%PAM-1.0 + +auth include system-login +account include system-login +password include system-login +session include system-login diff --git a/abs/core/pambase/system-services b/abs/core/pambase/system-services new file mode 100644 index 0000000..311c0d6 --- /dev/null +++ b/abs/core/pambase/system-services @@ -0,0 +1,11 @@ +#%PAM-1.0 + +auth sufficient pam_permit.so + +account include system-auth + +session optional pam_loginuid.so +session required pam_limits.so +session required pam_env.so +session required pam_unix.so +session optional pam_permit.so |