Skip to content
Snippets Groups Projects
  • Stephen Smalley's avatar
    Drop extra _system_file types. · c0493c8d
    Stephen Smalley authored
    
    They serve no purpose; these directories/files are normally accessible
    in the same way as the rest of /system.  Also one of them has the wrong
    attributes (data_file_type), thereby making it writable by some domains,
    and under current policy, shell and apps cannot do ls -l /etc/ppp /etc/dhcpcd.
    
    Change-Id: I0c1baa434fe78373684f4eaab40a41fddf2bdd79
    Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
    c0493c8d
ppp.te 176 B
# Point to Point Protocol daemon
type ppp, domain;
type ppp_device, dev_type;
type ppp_exec, exec_type, file_type;
unconfined_domain(ppp)
domain_auto_trans(mtp, ppp_exec, ppp)