VPP-127: Make rpm/deb provide vpp group to access vpp-api

Change-Id: I005f971ec5bfbffc5ddd392ff5ae829186b2bf18
Signed-off-by: Ed Warnicke <eaw@cisco.com>
(cherry picked from commit 1f9933d9f0)
Signed-off-by: Ed Warnicke <eaw@cisco.com>
This commit is contained in:
Ed Warnicke
2016-06-08 17:15:08 -05:00
committed by Chris Luke
parent cb74b6edd8
commit 3c1f5321e5
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh -e
# Add the vpp group
sudo groupadd -f -r vpp

View File

@ -49,6 +49,10 @@ allocator (mheap.c), extendable printf-like interface built on top of vectors
time-based function calls (timer.c).
TODO: reference and describe only the .h files
%pre
# Add the vpp group
sudo groupadd -f -r vpp
%install
#
# binaries

View File

@ -8,3 +8,7 @@ unix {
api-trace {
on
}
api-segment {
gid vpp
}

View File

@ -12,3 +12,7 @@ dpdk {
api-trace {
on
}
api-segment {
gid vpp
}