Add privilege levels for commands

Add privilege level and package the provider library into
/usr/lib/ipmid-providers

Change-Id: I33be3ab696ba477a938b1c0272119420353d6d99
Signed-off-by: Tom <tomjoseph@in.ibm.com>
2 files changed
tree: 60296696b8d087d43c37065b88b145e2f2f14969
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. fru-area.hpp
  7. frup.c
  8. frup.h
  9. LICENSE
  10. Makefile.am
  11. readeeprom.cpp
  12. README.md
  13. strgfnhandler.cpp
  14. writefrudata.cpp
  15. writefrudata.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.