Blame strict/domains/program/mozilla.te
|
Chris PeBenito |
0fbfa5 |
#DESC Netscape - Web browser
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
# Authors: Stephen Smalley <sds@epoch.ncsc.mil> and Timothy Fraser
|
|
Chris PeBenito |
0fbfa5 |
# X-Debian-Packages: mozilla
|
|
Chris PeBenito |
0fbfa5 |
#
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Type for the netscape, mozilla or other browser executables.
|
|
Chris PeBenito |
0fbfa5 |
type mozilla_exec_t, file_type, sysadmfile, exec_type;
|
|
Chris PeBenito |
0fbfa5 |
type mozilla_conf_t, file_type, sysadmfile;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Allow mozilla to read files in the user home directory
|
|
Chris PeBenito |
0fbfa5 |
bool mozilla_readhome false;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Allow mozilla to write files in the user home directory
|
|
Chris PeBenito |
0fbfa5 |
bool mozilla_writehome false;
|
|
Chris PeBenito |
0fbfa5 |
|
|
Chris PeBenito |
0fbfa5 |
# Everything else is in the mozilla_domain macro in
|
|
Chris PeBenito |
0fbfa5 |
# macros/program/mozilla_macros.te.
|