~vcs-imports/busybox/trunk

« back to all changes in this revision

Viewing changes to include/libbb.h

  • Committer: Denis Vlasenko
  • Date: 2007-02-06 19:28:50 UTC
  • Revision ID: git-v1:d46d3c292e9aff0550f6540ab631d742fe353964
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>

Show diffs side-by-side

added added

removed removed

Lines of Context:
592
592
extern void renew_current_security_context(void);
593
593
extern void set_current_security_context(security_context_t sid);
594
594
#endif
 
595
extern void selinux_or_die(void);
595
596
extern int restricted_shell(const char *shell);
596
597
extern void setup_environment(const char *shell, int loginshell, int changeenv, const struct passwd *pw);
597
598
extern int correct_password(const struct passwd *pw);