index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
setpriv.c
Age
Commit message (
Expand
)
Author
2020-12-18
help text tweaks
Denys Vlasenko
2020-10-06
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-08-13
build system: drop PLATFORM_LINUX
Ron Yorston
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: update size information
Denys Vlasenko
2017-08-29
setpriv: placete "declaration of 'index' shadows a global declaration" warning
Denys Vlasenko
2017-08-21
run-init: new applet
Denys Vlasenko
2017-08-21
libbb: move capability names code to libbb
Denys Vlasenko
2017-08-20
setpriv: code shrink
Denys Vlasenko
2017-08-18
setpriv: accept any case in capability names
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-07
setpriv: remove dependency on libcap headers
Denys Vlasenko
2017-07-07
setpriv: factor out capability name printing
Denys Vlasenko
2017-07-07
setpriv: code shrink, and grouping capability code together
Denys Vlasenko
2017-07-07
setpriv: allow modifying ambient capabilities
Patrick Steinhardt
2017-07-07
setpriv: allow modifying inheritable caps
Patrick Steinhardt
2017-07-06
setpriv: dump ambient capabilities
Patrick Steinhardt
2017-07-06
setpriv: dump capability bounding set
Patrick Steinhardt
2017-07-06
setpriv: dump inheritable capability set
Patrick Steinhardt
2017-07-06
setpriv: dump no-new-privs info
Patrick Steinhardt
2017-07-04
setpriv: dump user and group info
Denys Vlasenko
2017-07-04
setpriv: prepare option parsing logic for additional opts
Patrick Steinhardt
2017-07-04
setpriv: do not process remaining args
Patrick Steinhardt
2017-06-14
setpriv: new applet
Assaf Gordon