Server IP : 127.0.0.2 / Your IP : 3.139.108.138 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/apparmor/ |
Upload File : |
# subdomain.conf is a shared AppArmor configuration file that is sh sourcable. ################## AppArmor init.d configuration ################ # Move this to /etc/sysconfig/apparmor eventually ## Path: System/AppArmor ## Description: Enable the OWLSM extension to AppArmor ## Type: yesno ## Default: no # # Enable OWLSM extension to AppArmor? # OWLSM is an extension to AppArmor that prevents processes from # following symlinks they don't own and creating hardlinks to files they # don't own, in an attempt to prevent /tmp race attacks. However, OWLSM # can break some applications, so is disabled by default. SUBDOMAIN_ENABLE_OWLSM="no" ## Path: System/AppArmor ## Description: Enable the AppArmor event daemon for reporting ## Type: yesno ## Default: no # # Enable the AppArmor event daemon for reporting? APPARMOR_ENABLE_AAEVENTD="no" #SUBDOMAIN_MODULE_PANIC=XXX #This option controls how subdomain behaves when the init script attempts #to load the AppArmor module and fails. There are 4 options #warn - log a failure message. (default behavior) #build - attempt to build the AppArmor module is the module can't be loaded. # If successful # the module will be built for the running kernel and loaded. # If the build fails # a failure message is logged #panic - If the AppArmor module fails to load # a failure message will be logged # and the machine will drop to runlevel 1 (single user) #build-panic - If the AppArmor module fails to load # attempt to build the module # If building the module fails # panic (drop to runlevel 1) #SUBDOMAIN_MODULE_PANIC=warn ################## subdomain_parser configuration ################ #SUBDOMAIN_PATH=XXXX #This option specifies the include path that the subdomain_parser will #use by default. If no entry is specified /etc/subdomain.d is used by #default. #SUBDOMAIN_PATH=/etc/subdomain.d