New -lfa_flags mode "restore_single"
This commit is contained in:
@ -147,8 +147,8 @@ int Xorriso_new(struct XorrisO ** xorriso,char *progname, int flag)
|
||||
m->do_iso1999= 0;
|
||||
m->ecma119_map= 1;
|
||||
m->joliet_map= 1;
|
||||
/* off:read:restore:restore_su_auto:restore_only_known */
|
||||
m->lfa_flags_default= 2 | (11 << 11);
|
||||
/* off:read:restore:restore_su_auto:restore_only_known:restore_single */
|
||||
m->lfa_flags_default= 2 | (11 << 11) | (1 << 16);
|
||||
if(geteuid() != 0) {
|
||||
/* do not restore known superuser lfa_flags */
|
||||
m->lfa_flags_default|= (1 << 13);
|
||||
|
Reference in New Issue
Block a user