Searched refs:unsafe (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Dobjsec.h89 * unsafe is used to share failure information from bprm_apply_creds()
92 char unsafe; member in struct:bprm_security_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmodule.h316 /* Am I unsafe to unload? */
317 int unsafe; member in struct:module
444 if (mod && !(mod)->unsafe) { \
446 "Module %s cannot be unloaded due to unsafe usage in" \
448 (mod)->unsafe = 1; \
H A Dsecurity.h50 extern void cap_bprm_apply_creds (struct linux_binprm *bprm, int unsafe);
95 /* bprm_apply_creds unsafe reasons */
123 * bprm_apply_creds is called under task_lock. @unsafe indicates various
124 * reasons why it may be unsafe to change security state.
1175 void (*bprm_apply_creds) (struct linux_binprm * bprm, int unsafe);
1484 static inline void security_bprm_apply_creds (struct linux_binprm *bprm, int unsafe) argument
1486 security_ops->bprm_apply_creds (bprm, unsafe);
2228 static inline void security_bprm_apply_creds (struct linux_binprm *bprm, int unsafe) argument
2230 cap_bprm_apply_creds (bprm, unsafe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Dcommoncap.c139 void cap_bprm_apply_creds (struct linux_binprm *bprm, int unsafe) argument
153 if (unsafe & ~LSM_UNSAFE_PTRACE_CAP) {
H A Ddummy.c130 static void dummy_bprm_apply_creds (struct linux_binprm *bprm, int unsafe) argument
135 if ((unsafe & ~LSM_UNSAFE_PTRACE_CAP) && !capable(CAP_SETUID)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.in274 u16-mbtouc.lo u16-mbtouc-aux.lo u16-mbtouc-unsafe.lo \
275 u16-mbtouc-unsafe-aux.lo u8-mbtouc.lo u8-mbtouc-aux.lo \
276 u8-mbtouc-unsafe.lo u8-mbtouc-unsafe-aux.lo u8-uctomb.lo \
889 unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c \
891 unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c \
1133 u16-mbtouc-unsafe.lo: unistr/u16-mbtouc-unsafe
[all...]
H A DMakefile274 u16-mbtouc.lo u16-mbtouc-aux.lo u16-mbtouc-unsafe.lo \
275 u16-mbtouc-unsafe-aux.lo u8-mbtouc.lo u8-mbtouc-aux.lo \
276 u8-mbtouc-unsafe.lo u8-mbtouc-unsafe-aux.lo u8-uctomb.lo \
889 unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c \
891 unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c \
1133 u16-mbtouc-unsafe.lo: unistr/u16-mbtouc-unsafe
[all...]
H A DMakefile.gnulib830 ## begin gnulib module unistr/u16-mbtouc-unsafe
832 libgnu_la_SOURCES += unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe-aux.c
834 ## end gnulib module unistr/u16-mbtouc-unsafe
842 ## begin gnulib module unistr/u8-mbtouc-unsafe
844 libgnu_la_SOURCES += unistr/u8-mbtouc-unsafe.c unistr/u8-mbtouc-unsafe-aux.c
846 ## end gnulib module unistr/u8-mbtouc-unsafe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dexec.c966 int unsafe = 0; local
969 unsafe |= LSM_UNSAFE_PTRACE_CAP;
971 unsafe |= LSM_UNSAFE_PTRACE;
976 unsafe |= LSM_UNSAFE_SHARE;
978 return unsafe;
983 int unsafe; local
990 unsafe = unsafe_exec(current);
991 security_bprm_apply_creds(bprm, unsafe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A DMakefile311 unistr/u16-mbtouc-aux.c unistr/u16-mbtouc-unsafe.c \
312 unistr/u16-mbtouc-unsafe-aux.c unistr/u8-mbtouc.c \
313 unistr/u8-mbtouc-aux.c unistr/u8-mbtouc-unsafe.c \
314 unistr/u8-mbtouc-unsafe-aux.c unistr/u8-uctomb.c \
341 unistr/u16-mbtouc-unsafe.lo unistr/u16-mbtouc-unsafe-aux.lo \
343 unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe-aux.lo \
1119 unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe
[all...]
H A DMakefile.in311 unistr/u16-mbtouc-aux.c unistr/u16-mbtouc-unsafe.c \
312 unistr/u16-mbtouc-unsafe-aux.c unistr/u8-mbtouc.c \
313 unistr/u8-mbtouc-aux.c unistr/u8-mbtouc-unsafe.c \
314 unistr/u8-mbtouc-unsafe-aux.c unistr/u8-uctomb.c \
341 unistr/u16-mbtouc-unsafe.lo unistr/u16-mbtouc-unsafe-aux.lo \
343 unistr/u8-mbtouc-unsafe.lo unistr/u8-mbtouc-unsafe-aux.lo \
1119 unistr/u16-mbtouc-unsafe.c unistr/u16-mbtouc-unsafe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c1689 /* Clear any possibly unsafe personality bits on exec: */
1822 static void selinux_bprm_apply_creds(struct linux_binprm *bprm, int unsafe) argument
1829 secondary_ops->bprm_apply_creds(bprm, unsafe);
1837 bsec->unsafe = 0;
1841 if (unsafe & LSM_UNSAFE_SHARE) {
1845 bsec->unsafe = 1;
1852 if (unsafe & (LSM_UNSAFE_PTRACE | LSM_UNSAFE_PTRACE_CAP)) {
1857 bsec->unsafe = 1;
1879 if (bsec->unsafe) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c693 || mod->unsafe) {
741 if (mod->unsafe) {
743 seq_printf(m, "[unsafe],");
2015 if (mod->unsafe)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfigure2682 # Reject unsafe characters in $srcdir or the absolute working directory
2688 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2692 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8133 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dconfigure2395 # Reject unsafe characters in $srcdir or the absolute working directory
2401 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2405 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7934 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfigure2177 # Reject unsafe characters in $srcdir or the absolute working directory
2183 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2184 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2189 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2190 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
8724 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8725 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfigure2317 # Reject unsafe characters in $srcdir or the absolute working directory
2323 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2324 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2329 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2330 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
11529 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
11530 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dbackup-configure2512 # Reject unsafe characters in $srcdir or the absolute working directory
2518 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2519 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2524 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2525 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
10681 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10682 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
15751 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
15752 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
H A Dconfigure2512 # Reject unsafe characters in $srcdir or the absolute working directory
2518 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2519 $as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2524 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2525 $as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
10681 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10682 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
15751 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
15752 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfigure5787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
5788 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure2871 # Reject unsafe characters in $srcdir or the absolute working directory
2877 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2881 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8991 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure2858 # Reject unsafe characters in $srcdir or the absolute working directory
2864 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2868 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9069 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}

Completed in 851 milliseconds