diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-25 08:56:10 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-04 14:09:51 -0700 |
commit | 379c2618cfbc337625f809f63fd4cb22793eccf8 (patch) | |
tree | 752cb940ec834c316d8f5f71513734e0b4f485a3 /Makefile.am | |
parent | 67151d699de7c046c9bd557bbadc5fe12950228e (diff) | |
download | vyatta-cfg-system-379c2618cfbc337625f809f63fd4cb22793eccf8.tar.gz vyatta-cfg-system-379c2618cfbc337625f809f63fd4cb22793eccf8.zip |
Set file capability attributes
This sets file capability attributes during package
installation (and build) to allow better security models.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e4025c5b..e57021f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,7 @@ sysconf_DATA += sysconf/blacklist.DSA-1024 sysconf_DATA += sysconf/blacklist.RSA-2048 sysconf_DATA += sysconf/level sysconf_DATA += sysconf/pam_radius.cfg +sysconf_DATA += sysconf/filecaps libudev_SCRIPTS = scripts/vyatta_net_name etcudev_DATA = sysconf/vyatta-net.rules |