summaryrefslogtreecommitdiff
path: root/sysconf/filecaps
AgeCommit message (Collapse)Author
2023-04-02T4050: replace ntpd with chronyChristian Breunig
2022-10-18T4714: Delete unused ipset from filecapsViacheslav Hletenko
We do not use ipset anymore Delete unused ipset from filecaps r14:~$ file /usr/sbin/ipset /usr/sbin/ipset: cannot open `/usr/sbin/ipset' (No such file or directory)
2021-11-19T1153: VyOS 1.2.0RC10, RAID-1, fresh install, unable to save configEquuleus ↵Kim
(#159) * add search for same drive size if more than 2 drives are installed * add ability to configure RAID-1 by selecting 2 drives * cleaning up sysconf/filecaps rights * cleaning up sysconf/filecaps rights xtables-monitor (cherry picked from commit 3cc31793d57ce05421300ce4e8a1a1352291db85)
2021-08-27capabilities: adjust path to tcpdump binaryChristian Poessinger
2021-08-27capabilities: we no longer ship the deprecated brctl binaryChristian Poessinger
2021-06-13T2816: capabilities: remove xtables-multi and dumpcap xtables-multiChristian Poessinger
binaries no longer needed/instalöled after ipsec rewrite to XML and Python.
2018-05-14T637: remove dependency on tshark.Daniil Baturin
2016-01-23Remove fuse group, not needed in debian jessieUnicronNL
2012-08-16Fix filecaps for xtablesStephen Hemminger
Use correct path /sbin/xtables-multi
2012-08-15fix iptables file attributesStephen Hemminger
2012-08-14Fix path to iptablesStephen Hemminger
Make sure permissions are corrected.
2011-10-20Bugfix 7575 allow tshark to run as unprivileged user, tshark uses dumpcap as ↵John Southworth
the packet interface so dumpcap needs cap_net_raw and cap_net_admin
2011-10-17allow rmmod without being root (with capability)Stephen Hemminger
Set capability bit on more rmmod and more capabilities for sysctl
2010-09-03fix squeeze pathsAn-Cheng Huang
2010-07-01Touch file before setting capabilityStephen Hemminger
Unionfs should copyup the xattr automatically, but it doesn't so use touch to force a copyup before setting attributes.
2010-06-20Fix path to ipsetStephen Hemminger
2010-06-17Don't need audit write on vbashStephen Hemminger
Not using auditing for command logging.
2010-06-16Remove capability from pingStephen Hemminger
Ping is already setuid root.
2010-06-04Set file capability attributesStephen Hemminger
This sets file capability attributes during package installation (and build) to allow better security models.