diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-26 18:09:55 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-26 18:09:55 -0800 |
commit | 471b7e4ada3ab3ce69da161b9546056332b60ce2 (patch) | |
tree | 59eeea8e8c9d5141b38b37c9b889cfd3dda0b662 /Makefile.am | |
parent | b5bb8c35539d1b108e988d39153abc813c326b0f (diff) | |
download | vyatta-cfg-quagga-471b7e4ada3ab3ce69da161b9546056332b60ce2.tar.gz vyatta-cfg-quagga-471b7e4ada3ab3ce69da161b9546056332b60ce2.zip |
Get rid of protected-users file
Instead of white-listing special system users, just go with the
Debian policy that all users with uid < 1000 are system accounts
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8d738067..4946ff83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,7 +73,6 @@ sysconf_DATA += sysconf/securetty sysconf_DATA += sysconf/vyatta-sysctl.conf sysconf_DATA += sysconf/blacklist.DSA-1024 sysconf_DATA += sysconf/blacklist.RSA-2048 -sysconf_DATA += sysconf/protected-user sysconf_DATA += sysconf/level sysconf_DATA += sysconf/pam_radius.cfg |